File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1971970.43.0 23/07/2023
198198* Bump PyMySQL to 1.1.0 to solve : LookupError: unknown encoding: utf8mb3
199199
200- 0.44.0
200+ 0.44.0 12/09/2023
201201* Add MariadbAnnotateRowsEvent
202202* Add RandEvent
203203* Add MariadbStartEncryptionEvent
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.43 '
51+ version = '0.44 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.43 '
53+ release = '0.44 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run(self):
2929 unittest .main (tests , argv = sys .argv [:1 ])
3030
3131
32- version = "0.43 .0"
32+ version = "0.44 .0"
3333
3434this_directory = Path (__file__ ).parent
3535long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments