From aa89a6bf0cd0942208198362ae09484b93a40b30 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 3 Nov 2023 20:53:14 +0000 Subject: [PATCH] Version bump to 0.6.1 --- CHANGELOG.txt | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f7e32f9..f925843 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +0.6.1 (2023-11-03) +------------------ + +* Restore compatibility with Wagtail 4.1 (Matt Westcott) +* Wagtail 5.2 support (Matt Westcott) +* Provisional support for Wagtail 6.0 (Matt Westcott) + + 0.6 (2023-07-26) ---------------- diff --git a/setup.py b/setup.py index 6efccee..3906ae3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='wagtail-generic-chooser', - version='0.6', + version='0.6.1', description="A toolkit for custom chooser popups in Wagtail", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',