Skip to content

Commit 3252003

Browse files
committed
Bump version to 3.20.1
1 parent 2487781 commit 3252003

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
Changelog
33
*********
44

5+
3.20.1
6+
------
7+
* Remove CircleCI from package
8+
59
3.20.0
610
------
7-
* Wagtail 3.0 and 4.0 support
11+
* Wagtail 3.0 and 4.0 support
812

913
3.19.1
1014
------

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

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)