Skip to content

Commit ff25a12

Browse files
Release 1.0.8
1 parent 2d2c7b6 commit ff25a12

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,7 @@
252252

253253
1.0.7 07/03/2024
254254
* Fix parsing of query field of RowsQueryEvent(#602)
255-
* fix log statement for BinLogStreamReader.fetchone(#608)
255+
* fix log statement for BinLogStreamReader.fetchone(#608)
256+
257+
1.0.8 31/03/2024
258+
* Fix parsing replications events (#614)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = "1.0.7"
50+
version = "1.0"
5151
# The full version, including alpha/beta/rc tags.
52-
release = "1.0.6"
52+
release = "1.0.8"
5353

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828
unittest.main(tests, argv=sys.argv[:1])
2929

3030

31-
version = "1.0.7"
31+
version = "1.0.8"
3232

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

0 commit comments

Comments
 (0)