Skip to content

Commit

Permalink
Bump version to 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leongraumans committed Dec 9, 2022
1 parent bb64476 commit cfa8bd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

3.21.0
------
* Add Wagtail 4.1 support
* Update Wagtail menu icon
* Add nightly test against Wagtail main branch
* feat: show the form reference field in the list view and export
* Update Dutch translations

3.20.1
------
* Remove CircleCI from package
Expand Down
2 changes: 1 addition & 1 deletion wagtailstreamforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (3, 20, 1, "final", 1)
VERSION = (3, 21, 0, "final", 1)

__version__ = get_version(VERSION)

0 comments on commit cfa8bd3

Please sign in to comment.