We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd029d4 commit 593ff68Copy full SHA for 593ff68
CHANGELOG.rst
@@ -2,12 +2,21 @@
2
Changelog
3
=========
4
5
+
6
+5.0.11.0 (2025-01-15)
7
+=====================
8
9
+* Upgrade Django to 5.0.11
10
+ see https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ for details
11
12
13
5.0.10.0 (2024-12-04)
14
====================
15
16
* Upgrade Django to 5.0.10
17
see https://docs.djangoproject.com/en/5.0/releases/5.0.10/ for details
18
19
20
5.0.9.0 (2024-09-17)
21
22
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '5.0.10.0'
+__version__ = '5.0.11.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==5.0.10',
+ 'Django==5.0.11',
# setup utils
'dj-database-url',
0 commit comments