File tree 3 files changed +8
-5
lines changed 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 192
192
* Fix merging error of XAPrepareEvent
193
193
194
194
0.42.2 16/07/2023
195
- * Fix release error
195
+ * Fix release error
196
+
197
+ 0.43.0 23/07/2023
198
+ * Bump PyMySQL to 1.1.0 to solve : LookupError: unknown encoding: utf8mb3
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.42.2 '
51
+ version = '0.43 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.42.2 '
53
+ release = '0.43 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run(self):
29
29
unittest .main (tests , argv = sys .argv [:1 ])
30
30
31
31
32
- version = "0.42.2 "
32
+ version = "0.43.0 "
33
33
34
34
this_directory = Path (__file__ ).parent
35
35
long_description = (this_directory / "README.md" ).read_text ()
@@ -49,5 +49,5 @@ def run(self):
49
49
"pymysqlreplication.constants" ,
50
50
"pymysqlreplication.tests" ],
51
51
cmdclass = {"test" : TestCommand },
52
- install_requires = ['pymysql>=0.10 ' ],
52
+ install_requires = ['pymysql>=1.1.0 ' ],
53
53
)
You can’t perform that action at this time.
0 commit comments