Skip to content

Commit f025f54

Browse files
committed
chore: release 0.4.1
1 parent a6137d7 commit f025f54

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Unreleased
2-
----------
1+
Version 0.4.1
2+
-------------
3+
4+
Released on January 5th, 2024
35

46
- Allow to override the default blank value. (:pr:`38`)
57

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = WTForms-SQLAlchemy
3-
version = 0.4.0
3+
version = 0.4.1
44
url = http://github.com/wtforms/wtforms-sqlalchemy/
55
project_urls =
66
Documentation = https://wtforms-sqlalchemy.readthedocs.io/

wtforms_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)