Skip to content

Commit 03c10fe

Browse files
authored
Bumped version to 4.2.18.0 (#343)
1 parent ac03cee commit 03c10fe

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ Changelog
33
=========
44

55

6-
4.2.16.0 (2024-12-04)
6+
4.2.18.0 (2025-01-15)
7+
=====================
8+
9+
* Upgrade Django to 4.2.18
10+
see https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ for details
11+
12+
13+
4.2.17.0 (2024-12-04)
714
=====================
815

916
* Upgrade Django to 4.2.17

aldryn_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2.17.0'
1+
__version__ = '4.2.18.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REQUIREMENTS = [
88
'aldryn-addons',
9-
'Django==4.2.17',
9+
'Django==4.2.18',
1010

1111
# setup utils
1212
'dj-database-url',

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ uwsgi
99
# currently breaks ci because it wants rust now
1010
cryptography<3.4
1111
urllib3<1.27
12+
Pillow

0 commit comments

Comments
 (0)