We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164ca8d commit 5f0538dCopy full SHA for 5f0538d
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+5.2.6.0 (2025-09-03)
6
+====================
7
+
8
+* Upgrade Django to 5.2.6
9
+ see https://www.djangoproject.com/weblog/2025/sep/03/security-releases/ for details
10
11
12
5.2.2.0 (2025-05-08)
13
====================
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '5.2.2.0'
+__version__ = '5.2.6.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==5.2.2',
+ 'Django==5.2.6',
# setup utils
'dj-database-url',
@@ -61,7 +61,7 @@
61
62
63
setup(
64
- name='aldryn_django',
+ name='aldryn-django',
65
version=__version__,
66
author='Divio AG',
67
author_email='info@divio.ch',
0 commit comments