Skip to content

Commit 9307c65

Browse files
committed
Update changelog for 3.13.0
1 parent df59269 commit 9307c65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

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

5-
unreleased
6-
----------
5+
3.13.0
6+
------
77
* Wagtail 2.11 support
88
* Dropped Django 2.0 and 2.1 support
99

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, 12, 0, "final", 1)
5+
VERSION = (3, 13, 0, "final", 1)
66

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)