Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
* Fix parsing of query field of RowsQueryEvent(#602)
* fix log statement for BinLogStreamReader.fetchone(#608)
  • Loading branch information
sean-k1 committed Mar 7, 2024
1 parent d2ef033 commit a91a1fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,8 @@

1.0.6 09/01/2024
* Optimizing version check to happen once per run (#597)
* bug-fix-nonesources f string (#596)
* bug-fix-nonesources f string (#596)

1.0.7 07/03/2024
* Fix parsing of query field of RowsQueryEvent(#602)
* fix log statement for BinLogStreamReader.fetchone(#608)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# built documents.
#
# The short X.Y version.
version = "1.0.6"
version = "1.0.7"
# The full version, including alpha/beta/rc tags.
release = "1.0.6"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "1.0.6"
version = "1.0.7"

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand Down

0 comments on commit a91a1fb

Please sign in to comment.