File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 270270
271271* MySQL 5.7 column name support (#634)
272272
273+ 1.0.12 16/11/2025
274+
275+ * Wheel publishing
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.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.
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.11 "
32+ version = "1.0.12 "
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