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 b25718a commit c0d7414Copy full SHA for c0d7414
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = WTForms-SQLAlchemy
3
-version = 0.2
+version = 0.3
4
url = http://github.com/wtforms/wtforms-sqlalchemy/
5
project_urls =
6
Documentation = https://wtforms-sqlalchemy.readthedocs.io/
wtforms_sqlalchemy/__init__.py
@@ -1 +1 @@
-__version__ = "0.2dev"
+__version__ = "0.3"
0 commit comments