We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e352b7 commit 1dc388cCopy full SHA for 1dc388c
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+4.2.29.0 (2026-03-03)
6
+=====================
7
+
8
+* Upgrade Django to 4.2.29
9
+ see https://www.djangoproject.com/weblog/2026/mar/03/security-releases/ for details
10
11
12
4.2.28.0 (2026-02-03)
13
=====================
14
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.2.28.0"
+__version__ = "4.2.29.0"
setup.py
@@ -5,7 +5,7 @@
REQUIREMENTS = [
"aldryn-addons",
- "Django==4.2.28",
+ "Django==4.2.29",
# setup utils
"dj-database-url",
"dj-email-url",
0 commit comments