Skip to content

Commit 3c11665

Browse files
committed
chore: version 0.4.0
1 parent 430185e commit 3c11665

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-
Version 0.x
2-
-----------
1+
Version 0.4.0
2+
-------------
3+
4+
Released on January 4th, 2024
35

46
- Stop support for python 3.6 and 3.7. Start support for python3
57
3.11 and 3.12. (:pr:`41`)

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.3
3+
version = 0.4.0
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.3"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)