Skip to content

Commit

Permalink
bumped version to 5.0.8.0 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel authored Aug 6, 2024
1 parent 09487fc commit 9da7061
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
=========


5.0.8.0 (2024-08-06)
====================

* Upgrade Django to 5.0.8
see https://www.djangoproject.com/weblog/2024/aug/06/security-releases/ for details


5.0.7.0 (2024-07-18)
====================

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.7.0'
__version__ = '5.0.8.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.7',
'Django==5.0.8',

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

0 comments on commit 9da7061

Please sign in to comment.