Skip to content

Commit a419bf1

Browse files
authored
Bumped version to 4.2.20.0 (#349)
1 parent 105cb3a commit a419bf1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
6+
4.2.20.0 (2025-03-10)
7+
=====================
8+
9+
* Upgrade Django to 4.2.20
10+
see https://www.djangoproject.com/weblog/2025/mar/06/security-releases/ for details
11+
12+
513
4.2.19.0 (2025-02-12)
614
=====================
715

aldryn_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2.19.0'
1+
__version__ = '4.2.20.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.19',
9+
'Django==4.2.20',
1010

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

0 commit comments

Comments
 (0)