diff --git a/CHANGELOG.md b/CHANGELOG.md index dd49dfb..9e16b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.0 + +Fix issue when upgrading to Wagtail 2.14.x. + # 0.3.2 Fix issue when upgrading to Wagtail 2.11.x. diff --git a/pyproject.toml b/pyproject.toml index 429dae3..81da18b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wagtail-draftail-snippet" -version = "0.3.2" +version = "0.4.0" description = "Associate RichTextBlock text content to a snippet model." authors = ["Parbhat Puri ", "Adam Hill "] repository = "https://github.com/themotleyfool/wagtail-draftail-snippet" diff --git a/setup.py b/setup.py index 1b64f3f..b88671d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( long_description=readme, long_description_content_type="text/markdown", name="wagtail-draftail-snippet", - version="0.3.2", + version="0.4.0", description="Associate RichTextBlock text content to a snippet model.", python_requires="==3.*,>=3.6.0", project_urls={