Skip to content

Commit

Permalink
Release 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Jun 25, 2023
1 parent 1104de3 commit b306dd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,7 @@
* Mariadb 10.6.12: Mitigate corrupt binlog event bug

0.41 03/06/2023
* Zero-pad fixed-length binary fields
* Zero-pad fixed-length binary fields

0.42 25/06/2023
* Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ Other contributors:
Zero-pad fixed-length binary fields (https://github.com/oseemann)
* Mahadir Ahmad: Handle null json payload (https://github.com/mahadirz)
* Axel Viala: Removal of Python 2.7 (https://github.com/darnuria)
* Etern: Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent (https://github.com/etern)

Thanks to GetResponse for their support

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.41'
version = '0.42'
# The full version, including alpha/beta/rc tags.
release = '0.41'
release = '0.42'

# 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 @@ -29,7 +29,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "0.41"
version = "0.42"

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

0 comments on commit b306dd7

Please sign in to comment.