From 5a5233a7dcb1847bd2216447994f5eaf169ffddd Mon Sep 17 00:00:00 2001 From: Stuart George Date: Mon, 30 Oct 2017 11:02:18 +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 671bd695..69779d53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog Whats next ---------- +* + +1.5.0 +----- + * Removed all project dependencies except wagtail and recapcha * The urls no longer need to be specified in your ``urls.py`` and can be removed. diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index 9e0feee7..77f1c8e6 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = '1.4.4' +__version__ = '1.5.0'