Skip to content

Commit ab9a5ca

Browse files
authored
Merge pull request #611 from julien-duponchelle/release-1.0.7
release 1.0.7
2 parents d2ef033 + a91a1fb commit ab9a5ca

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,8 @@
248248

249249
1.0.6 09/01/2024
250250
* Optimizing version check to happen once per run (#597)
251-
* bug-fix-nonesources f string (#596)
251+
* bug-fix-nonesources f string (#596)
252+
253+
1.0.7 07/03/2024
254+
* Fix parsing of query field of RowsQueryEvent(#602)
255+
* fix log statement for BinLogStreamReader.fetchone(#608)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = "1.0.6"
50+
version = "1.0.7"
5151
# The full version, including alpha/beta/rc tags.
5252
release = "1.0.6"
5353

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.6"
31+
version = "1.0.7"
3232

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

0 commit comments

Comments
 (0)