Skip to content

Commit 37f7cb1

Browse files
committed
bump version to 3.14.0
1 parent 7ba1fd8 commit 37f7cb1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.14.0
6+
------
7+
* Wagtail 2.12 support
8+
59
3.13.0
610
------
711
* Wagtail 2.11 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, 13, 0, "final", 1)
5+
VERSION = (3, 14, 0, "final", 1)
66

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)