Skip to content

Commit

Permalink
Bumped version to 5.0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jan 15, 2025
1 parent bd029d4 commit 59c781a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
Changelog
=========


5.0.11.0 (2025-01-15)
=====================

* Upgrade Django to 5.0.11
see https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ for details


5.0.10.0 (2024-12-04)
====================

* Upgrade Django to 5.0.10
see https://docs.djangoproject.com/en/5.0/releases/5.0.10/ for details


5.0.9.0 (2024-09-17)
====================

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__ = '5.0.10.0'
__version__ = '5.0.11.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==5.0.10',
'Django==5.0.11',

# setup utils
'dj-database-url',
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ uwsgi
# currently breaks ci because it wants rust now
cryptography<3.4
urllib3<1.27
Pillow

0 comments on commit 59c781a

Please sign in to comment.