Skip to content

Commit

Permalink
Merge pull request #56 from springload/release/v2.1.1
Browse files Browse the repository at this point in the history
Create release for version 2.1.1
  • Loading branch information
haydngreatnews committed Jan 26, 2024
2 parents 255a9cb + 3dc23bf commit f549a78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ basepython =
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12

deps =
dj32: Django>=3.2,<4.0
Expand All @@ -41,3 +42,4 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
2 changes: 1 addition & 1 deletion wagtailcaptcha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import, unicode_literals

__version__ = "2.0"
__version__ = "2.1.1"

0 comments on commit f549a78

Please sign in to comment.