Skip to content

Commit cfa8bd3

Browse files
committed
Bump version to 3.21.0
1 parent bb64476 commit cfa8bd3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
3.21.0
6+
------
7+
* Add Wagtail 4.1 support
8+
* Update Wagtail menu icon
9+
* Add nightly test against Wagtail main branch
10+
* feat: show the form reference field in the list view and export
11+
* Update Dutch translations
12+
513
3.20.1
614
------
715
* Remove CircleCI from package

wagtailstreamforms/__init__.py

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

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)