Prepare to bump to 0.2.0.
This commit is contained in:
parent
0a58d97f97
commit
566b9750bf
2 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
||||||
# 0.1.2
|
# 0.1.2
|
||||||
Initial release.
|
Initial release.
|
||||||
|
|
||||||
|
# 0.2.0
|
||||||
|
Add edit and remove tooltip in the editor to the linked snippet.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "wagtail-draftail-snippet"
|
name = "wagtail-draftail-snippet"
|
||||||
version = "0.1.2"
|
version = "0.2.0"
|
||||||
description = "Associate RichTextBlock text content to a snippet model."
|
description = "Associate RichTextBlock text content to a snippet model."
|
||||||
authors = ["Adam Hill <ahill@fool.com>"]
|
authors = ["Adam Hill <ahill@fool.com>"]
|
||||||
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
|
repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"
|
||||||
|
|
Reference in a new issue