Skip to content

Commit

Permalink
bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Apr 22, 2024
1 parent 49e5066 commit ccc6b0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
Changelog
=========

Unreleased
==========
* Python 3.10 support added
* Python 3.7 support removed
* Django 4.2 support added

1.7.0 (Unreleased)
==================
* Introduced Django 4.2 support.
* Dropped support for Django<3.1
* Added support for Python 3.10
* Dropped support for Python<3.8

1.6.0 (2022-11-04)
==================
Expand Down
2 changes: 1 addition & 1 deletion djangocms_pageadmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.6.0"
__version__ = "1.7.0"


default_app_config = "djangocms_pageadmin.apps.PageAdminConfig"

0 comments on commit ccc6b0b

Please sign in to comment.