Skip to content

Commit ae88424

Browse files
committed
Bump version to 3.19.0
1 parent 75e4724 commit ae88424

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
*********
44

5+
3.19.0
6+
------
7+
* Django 4.0 support
8+
59
3.18.1
610
------
711
* Dropped Django 2.X 3.0 and 3.1 support

wagtailstreamforms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# major.minor.patch.release.number
44
# release must be one of alpha, beta, rc, or final
5-
VERSION = (3, 18, 1, "final", 1)
5+
VERSION = (3, 19, 0, "final", 1)
66

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)