We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e4517 commit a03ed57Copy full SHA for a03ed57
CHANGELOG.rst
@@ -3,6 +3,13 @@ Changelog
3
=========
4
5
6
+4.2.21.0 (2025-05-08)
7
+=====================
8
+
9
+* Upgrade Django to 4.2.21
10
+ see https://www.djangoproject.com/weblog/2025/may/07/security-releases/ for details
11
12
13
4.2.20.0 (2025-03-10)
14
=====================
15
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '4.2.20.0'
+__version__ = '4.2.21.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==4.2.20',
+ 'Django==4.2.21',
# setup utils
'dj-database-url',
0 commit comments