Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Mar 31, 2024
1 parent 2d2c7b6 commit ff25a12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,7 @@

1.0.7 07/03/2024
* Fix parsing of query field of RowsQueryEvent(#602)
* fix log statement for BinLogStreamReader.fetchone(#608)
* fix log statement for BinLogStreamReader.fetchone(#608)

1.0.8 31/03/2024
* Fix parsing replications events (#614)
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.7"
version = "1.0"
# The full version, including alpha/beta/rc tags.
release = "1.0.6"
release = "1.0.8"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.7"
version = "1.0.8"

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

0 comments on commit ff25a12

Please sign in to comment.