Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6eb218

Browse files
committedJul 16, 2023
Release 0.42.2
1 parent 169356a commit e6eb218

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
 

‎CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,7 @@
189189
* Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent
190190

191191
0.42.1 09/07/2023
192-
* Fix merging error of XAPrepareEvent
192+
* Fix merging error of XAPrepareEvent
193+
194+
0.42.2 16/07/2023
195+
* Fix release error

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.42.1'
51+
version = '0.42.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.42.1'
53+
release = '0.42.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run(self):
2929
unittest.main(tests, argv=sys.argv[:1])
3030

3131

32-
version = "0.42"
32+
version = "0.42.2"
3333

3434
this_directory = Path(__file__).parent
3535
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)
Please sign in to comment.