Skip to content

Commit ce7a2f5

Browse files
committed
Version 2.2.0
1 parent dc7be4f commit ce7a2f5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Changelog
33

44
Unreleased
55
----------
6+
7+
8+
2.2.0 (2025-04-07)
9+
------------------
610
* Add Wagtail 6.2 and 6.3 support.
711
* EntryPage: auto slug generation from title
812
* Upgrade django-taggit >=5.0,<6.2

puput/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Marc Tudurí"
22
__email__ = "marctc@gmail.com"
3-
__version__ = "2.1.1"
3+
__version__ = "2.2.0"
44

55
PUPUT_APPS = (
66
# Wagtail apps

0 commit comments

Comments
 (0)