From 566b9750bfb9f7c51a506f81e8e5ad7e3ad1491d Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Tue, 14 Jan 2020 13:56:00 -0500 Subject: [PATCH] Prepare to bump to 0.2.0. --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9740e1..60633e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ # 0.1.2 Initial release. + +# 0.2.0 +Add edit and remove tooltip in the editor to the linked snippet. diff --git a/pyproject.toml b/pyproject.toml index 8e8bd93..f0fb347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wagtail-draftail-snippet" -version = "0.1.2" +version = "0.2.0" description = "Associate RichTextBlock text content to a snippet model." authors = ["Adam Hill "] repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"