From 29716b5668605fe1a83f4cb7bc9681f15c32a791 Mon Sep 17 00:00:00 2001 From: Stuart George Date: Wed, 1 Nov 2017 19:55:37 +0000 Subject: [PATCH] bump version --- docs/changelog.rst | 5 +++++ wagtailstreamforms/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ee26d438..29689f4f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,11 @@ Whats next * +1.6.0 +----- + +* Stable Release + 1.5.2 ----- diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index c3b38415..bcd8d54e 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = '1.5.2' +__version__ = '1.6.0'