From 14a8da9bbbd0f808620d931d028d76a27d30e782 Mon Sep 17 00:00:00 2001 From: Stuart George Date: Mon, 6 Nov 2017 21:45:20 +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 29689f4f..c7500777 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,11 @@ Whats next * +1.6.1 +----- + +* Small tidy up in form code + 1.6.0 ----- diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index bcd8d54e..bb64aa47 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = '1.6.0' +__version__ = '1.6.1'