Skip to content

Commit b10c10f

Browse files
committed
Bumped version to 5.1.9.0
1 parent 10b4014 commit b10c10f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Changelog
33
=========
44

55

6+
5.1.9.0 (2025-05-08)
7+
====================
8+
9+
* Upgrade Django to 5.1.9
10+
see https://www.djangoproject.com/weblog/2025/may/07/security-releases/ for details
11+
12+
613
5.1.8.0 (2025-04-03)
714
====================
815

aldryn_django/__init__.py

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

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

0 commit comments

Comments
 (0)