We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430185e commit 3c11665Copy full SHA for 3c11665
CHANGES.rst
@@ -1,5 +1,7 @@
1
-Version 0.x
2
------------
+Version 0.4.0
+-------------
3
+
4
+Released on January 4th, 2024
5
6
- Stop support for python 3.6 and 3.7. Start support for python3
7
3.11 and 3.12. (:pr:`41`)
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = WTForms-SQLAlchemy
-version = 0.3
+version = 0.4.0
url = http://github.com/wtforms/wtforms-sqlalchemy/
project_urls =
Documentation = https://wtforms-sqlalchemy.readthedocs.io/
wtforms_sqlalchemy/__init__.py
@@ -1 +1 @@
-__version__ = "0.3"
+__version__ = "0.4.0"
0 commit comments