From 46e9f1f3d9b3f087daf0f302b2d331c3101b96cb Mon Sep 17 00:00:00 2001 From: Haydn Greatnews Date: Fri, 26 Jan 2024 15:55:01 +1300 Subject: [PATCH 1/2] Complete adding 3.12 versions to tox config --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 3729996..66478de 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ basepython = py39: python3.9 py310: python3.10 py311: python3.11 + py312: python3.12 deps = dj32: Django>=3.2,<4.0 @@ -41,3 +42,4 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 From 3dc23bf701fc07a33d75fa722344d0aae589d092 Mon Sep 17 00:00:00 2001 From: Haydn Greatnews Date: Fri, 26 Jan 2024 15:57:48 +1300 Subject: [PATCH 2/2] Update version fields to 2.1.1 --- CHANGELOG.rst | 3 ++- wagtailcaptcha/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3bd9085..43f51bc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,10 @@ Changelog ========= -Unreleased +2.1.1 (2024-01-26) ------------------ #. Added tests for Wagtail 5.2 +#. Update version to replace incorrectly published v2.1 2.1 (2023-10-26) ------------------ diff --git a/wagtailcaptcha/__init__.py b/wagtailcaptcha/__init__.py index 5dfbca1..918689a 100644 --- a/wagtailcaptcha/__init__.py +++ b/wagtailcaptcha/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import, unicode_literals -__version__ = "2.0" +__version__ = "2.1.1"