1
Fork 0

Bump version to 0.4.0.

This commit is contained in:
Adam Hill 2022-02-17 16:20:10 -05:00
parent 0800764bd6
commit 5988c1ef8e
3 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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 <me@parbhatpuri.com>", "Adam Hill <ahill@fool.com>"]
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"

View file

@ -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={