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'