Skip to content

Commit

Permalink
Bumped version to 3.2.22.0 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel authored Oct 5, 2023
1 parent 619d260 commit 4dae631
Show file tree
Hide file tree
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
Expand Up @@ -3,6 +3,13 @@ Changelog
=========


3.2.22.0 (2023-10-05)
=====================

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


3.2.21.0 (2023-09-04)
=====================

Expand Down
2 changes: 1 addition & 1 deletion aldryn_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.21.0"
__version__ = "3.2.22.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

REQUIREMENTS = [
'aldryn-addons',
'Django==3.2.21',
'Django==3.2.22',

# setup utils
'dj-database-url',
Expand Down

0 comments on commit 4dae631

Please sign in to comment.