From b33ca44926b5023db2224c31d9e83a251608113f Mon Sep 17 00:00:00 2001 From: Stuart George Date: Sun, 29 Oct 2017 08:08:12 +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 794185ce..62a4e8b1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog Whats next ---------- +* + +1.4.4 +----- + * The template tag now has the full page context incase u need a reference to the user or page 1.4.3 diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index 4e7c72a5..9e0feee7 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = '1.4.3' +__version__ = '1.4.4'