Skip to content

Commit c33d0a8

Browse files
Release 1.0.12
1 parent 327afb5 commit c33d0a8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,6 @@
270270

271271
* MySQL 5.7 column name support (#634)
272272

273+
1.0.12 16/11/2025
274+
275+
* Wheel publishing

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.11"
52+
release = "1.0.12"
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.11"
32+
version = "1.0.12"
3333

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

0 commit comments

Comments
 (0)