We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e785 commit 3056ae6Copy full SHA for 3056ae6
wagtailstreamforms/__init__.py
@@ -2,6 +2,6 @@
2
3
# major.minor.patch.release.number
4
# release must be one of alpha, beta, rc, or final
5
-VERSION = (3, 8, 0, "final", 1)
+VERSION = (3, 9, 0, "final", 1)
6
7
__version__ = get_version(VERSION)
0 commit comments