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 a6137d7 commit f025f54Copy full SHA for f025f54
CHANGES.rst
@@ -1,5 +1,7 @@
1
-Unreleased
2
-----------
+Version 0.4.1
+-------------
3
+
4
+Released on January 5th, 2024
5
6
- Allow to override the default blank value. (:pr:`38`)
7
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = WTForms-SQLAlchemy
-version = 0.4.0
+version = 0.4.1
url = http://github.com/wtforms/wtforms-sqlalchemy/
project_urls =
Documentation = https://wtforms-sqlalchemy.readthedocs.io/
wtforms_sqlalchemy/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.0"
+__version__ = "0.4.1"
0 commit comments