From d3e4f6a179542f021a1e21fcc269f4e6ebf2bbda Mon Sep 17 00:00:00 2001 From: Stuart George Date: Mon, 18 Jun 2018 14:02:35 +0100 Subject: [PATCH] bump version to 3.0 final --- wagtailstreamforms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index e939e149..b4b14bf4 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -2,6 +2,6 @@ # major.minor.patch.release.number # release must be one of alpha, beta, rc, or final -VERSION = (3, 0, 0, 'rc', 2) +VERSION = (3, 0, 0, 'final', 0) __version__ = get_version(VERSION)