Skip to content

Commit

Permalink
Bumped version to 4.2.2.0 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel authored Jun 6, 2023
1 parent c57febb commit dec626f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog
=========


4.2.2.0 (2023-06-06)
====================

* Added support for Django 4.2.2


4.2.1.0 (2023-05-03)
====================

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__ = '4.2.1.2'
__version__ = '4.2.2.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==4.2.1',
'Django==4.2.2',

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

0 comments on commit dec626f

Please sign in to comment.