Skip to content

Commit

Permalink
Bumped version to 4.1.11.0 (#306)
Browse files Browse the repository at this point in the history
FinalAngel authored Sep 4, 2023
1 parent 72329fa commit 3da7ddf
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -3,6 +3,13 @@ Changelog
=========


4.1.11.0 (2023-09-04)
=====================

* Upgrade Django to 4.1.11 (fixes CVE-2023-41164)
see https://www.djangoproject.com/weblog/2023/sep/04/security-releases/ for details


4.1.10.0 (2023-07-03)
=====================

2 changes: 1 addition & 1 deletion aldryn_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.1.10.0'
__version__ = '4.1.11.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

REQUIREMENTS = [
'aldryn-addons',
'Django==4.1.10',
'Django==4.1.11',

# setup utils
'dj-database-url',

0 comments on commit 3da7ddf

Please sign in to comment.