diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 703122a..8cb77e4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ Version 1.5.1 - 2024/09/30 * Updated script to freeze local dependencies; * Finally removed Django version restriction and added support for Django 5.1 since DjangoCMS won't officially support it but it still basically works; +* Added minimal requirement versions to help Pip resolving; Version 1.5.0 - 2024/09/03 diff --git a/frozen.txt b/frozen.txt index 52e7628..5869671 100644 --- a/frozen.txt +++ b/frozen.txt @@ -1,4 +1,4 @@ -# Frozen requirement versions for 'cmsplugin-blocks==1.5.1rc3' installation +# Frozen requirement versions for 'cmsplugin-blocks==1.5.1' installation django==5.0.9 django-cms==3.11.8 djangocms-text-ckeditor==5.1.6 diff --git a/setup.cfg b/setup.cfg index 68e00dc..419997b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = cmsplugin-blocks -version = 1.5.1-pre.3 +version = 1.5.1 description = A set of DjangoCMS plugins for structured contents in CMS pages long_description = file:README.rst long_description_content_type = text/x-rst