From 83b3609a1e3d87001f3d1b06fa4ec21d3721ab92 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 27 Oct 2021 13:56:13 +0100 Subject: [PATCH] Changelog for #41 and bump version to 0.6 --- CHANGELOG.md | 6 +++++- setup.py | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b982e7f..8bb6779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6] - 2021-10-27 + + - [Support for Wagtail 2.15](https://github.com/torchbox/wagtail-ab-testing/pull/41) ## [0.5] - 2021-09-30 @@ -70,7 +73,8 @@ WAGTAIL_AB_TESTING = { } ``` -[Unreleased]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...main +[Unreleased]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.6...main +[0.6]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.5...v0.6 [0.5]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.4...v0.5 [0.4]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3.1...v0.4 [0.3.1]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.3.1 diff --git a/setup.py b/setup.py index 9d332eb..f7997f9 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="wagtail-ab-testing", - version="0.5", + version="0.6", description="A/B Testing for Wagtail", author="Karl Hobley", author_email="karl@torchbox.com", @@ -32,10 +32,11 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Framework :: Django", "Framework :: Django :: 2.2", "Framework :: Django :: 3.0", - "Framework :: Django :: 3.1", + "Framework :: Django :: 3.2", "Framework :: Wagtail", "Framework :: Wagtail :: 2", ],