Skip to content

Commit 6c2ab22

Browse files
committed
chore: bumped version to 5.2.9.0
1 parent 4e56536 commit 6c2ab22

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
5.2.9.0 (2025-12-05)
6+
=====================
7+
8+
* Upgrade Django to 5.2.9
9+
see https://www.djangoproject.com/weblog/2025/dec/02/security-releases/ for details
10+
11+
512
5.2.8.0 (2025-11-07)
613
=====================
714

aldryn_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.8.0"
1+
__version__ = "5.2.9.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
REQUIREMENTS = [
77
"aldryn-addons",
8-
"Django==5.2.8",
8+
"Django==5.2.9",
99
# setup utils
1010
"dj-database-url",
1111
"dj-email-url",

0 commit comments

Comments
 (0)