We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7be4f commit ce7a2f5Copy full SHA for ce7a2f5
2 files changed
CHANGELOG.md
@@ -3,6 +3,10 @@ Changelog
3
4
Unreleased
5
----------
6
+
7
8
+2.2.0 (2025-04-07)
9
+------------------
10
* Add Wagtail 6.2 and 6.3 support.
11
* EntryPage: auto slug generation from title
12
* Upgrade django-taggit >=5.0,<6.2
puput/__init__.py
@@ -1,6 +1,6 @@
1
__author__ = "Marc Tudurí"
2
__email__ = "marctc@gmail.com"
-__version__ = "2.1.1"
+__version__ = "2.2.0"
PUPUT_APPS = (
# Wagtail apps
0 commit comments