File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 262262* Remove black and use only ruff as linter
263263
2642641.0.10 16/11/2025
265- * Fix MySQL 5.7 column name support (#625)
265+
266+ * Support for Python 3.9 to 3.13
267+ * Improve testing with better MariaDB coverage
268+
269+ 1.0.11 16/11/2025
270+
271+ * MySQL 5.7 column name support (#634)
272+
Original file line number Diff line number Diff line change 4949# The short X.Y version.
5050version = "1.0"
5151# The full version, including alpha/beta/rc tags.
52- release = "1.0.10 "
52+ release = "1.0.11 "
5353
5454# The language for content autogenerated by Sphinx. Refer to documentation
5555# 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 = "1.0.10 "
32+ version = "1.0.11 "
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