We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3424d commit 10b4014Copy full SHA for 10b4014
CHANGELOG.rst
@@ -3,6 +3,13 @@ Changelog
3
=========
4
5
6
+5.1.8.0 (2025-04-03)
7
+====================
8
+
9
+* Added support for Django 5.1.8
10
+ see https://www.djangoproject.com/weblog/2025/apr/02/security-releases/ for details
11
12
13
5.1.7.0 (2025-03-10)
14
====================
15
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '5.1.7.0'
+__version__ = '5.1.8.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==5.1.7',
+ 'Django==5.1.8',
# setup utils
'dj-database-url',
0 commit comments