Skip to content

Commit

Permalink
Bumped version to 5.1.5.0 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel authored Jan 15, 2025
1 parent b50fa00 commit ae535fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========


5.1.5.0 (2025-01-15)
====================

* Added support for Django 5.1.5
see https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ for details


5.1.4.0 (2024-12-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__ = '5.1.4.0'
__version__ = '5.1.5.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.1.4',
'Django==5.1.5',

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

0 comments on commit ae535fd

Please sign in to comment.