Skip to content

Commit 0777192

Browse files
committed
Bump version to 3.18.1
1 parent 0b5cc50 commit 0777192

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

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

5+
3.18.1
6+
------
7+
* Dropped Django 2.X 3.0 and 3.1 support
8+
* Dropped Python 3.6 support
9+
* Dropped Wagtail 2.2 > 2.14 support
10+
511
3.18.0
612
------
713
* Wagtail 2.16 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, 18, 0, "final", 1)
5+
VERSION = (3, 18, 1, "final", 1)
66

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)