Bump version to 0.4.0.
This commit is contained in:
parent
0800764bd6
commit
5988c1ef8e
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.4.0
|
||||||
|
|
||||||
|
Fix issue when upgrading to Wagtail 2.14.x.
|
||||||
|
|
||||||
# 0.3.2
|
# 0.3.2
|
||||||
|
|
||||||
Fix issue when upgrading to Wagtail 2.11.x.
|
Fix issue when upgrading to Wagtail 2.11.x.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "wagtail-draftail-snippet"
|
name = "wagtail-draftail-snippet"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
description = "Associate RichTextBlock text content to a snippet model."
|
description = "Associate RichTextBlock text content to a snippet model."
|
||||||
authors = ["Parbhat Puri <me@parbhatpuri.com>", "Adam Hill <ahill@fool.com>"]
|
authors = ["Parbhat Puri <me@parbhatpuri.com>", "Adam Hill <ahill@fool.com>"]
|
||||||
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
|
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
name="wagtail-draftail-snippet",
|
name="wagtail-draftail-snippet",
|
||||||
version="0.3.2",
|
version="0.4.0",
|
||||||
description="Associate RichTextBlock text content to a snippet model.",
|
description="Associate RichTextBlock text content to a snippet model.",
|
||||||
python_requires="==3.*,>=3.6.0",
|
python_requires="==3.*,>=3.6.0",
|
||||||
project_urls={
|
project_urls={
|
||||||
|
|
Reference in a new issue