We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5302825 commit ac03ceeCopy full SHA for ac03cee
CHANGELOG.rst
@@ -3,6 +3,13 @@ Changelog
3
=========
4
5
6
+4.2.16.0 (2024-12-04)
7
+=====================
8
+
9
+* Upgrade Django to 4.2.17
10
+ see https://docs.djangoproject.com/en/4.2/releases/4.2.17/ for details
11
12
13
4.2.16.0 (2024-09-17)
14
=====================
15
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '4.2.16.0'
+__version__ = '4.2.17.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==4.2.16',
+ 'Django==4.2.17',
# setup utils
'dj-database-url',
0 commit comments