File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 248
248
249
249
1.0.6 09/01/2024
250
250
* 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)
Original file line number Diff line number Diff line change 47
47
# built documents.
48
48
#
49
49
# The short X.Y version.
50
- version = "1.0.6 "
50
+ version = "1.0.7 "
51
51
# The full version, including alpha/beta/rc tags.
52
52
release = "1.0.6"
53
53
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def run(self):
28
28
unittest .main (tests , argv = sys .argv [:1 ])
29
29
30
30
31
- version = "1.0.6 "
31
+ version = "1.0.7 "
32
32
33
33
this_directory = Path (__file__ ).parent
34
34
long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments