Skip to content

Commit 8a25530

Browse files
Release 1.0.11
1 parent a94c6c2 commit 8a25530

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,11 @@
262262
* Remove black and use only ruff as linter
263263

264264
1.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+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = "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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)