Skip to content

Commit d3e4f6a

Browse files
committed
bump version to 3.0 final
1 parent adefed0 commit d3e4f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, 0, 0, 'rc', 2)
5+
VERSION = (3, 0, 0, 'final', 0)
66

77
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)