diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2046952..898a2fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog ========= -Version 1.5.2 - Unreleased +Version 1.5.2 - 2024/10/05 -------------------------- * Introduced a new setting ``BLOCKS_FEATURE_ALLOW_MULTIPLE_CLASSES``: diff --git a/frozen.txt b/frozen.txt index a109639..d4cb75d 100644 --- a/frozen.txt +++ b/frozen.txt @@ -1,4 +1,4 @@ -# Frozen requirement versions for 'cmsplugin-blocks==1.5.2rc2' installation +# Frozen requirement versions for 'cmsplugin-blocks==1.5.2' 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 3d1cfd0..f5a45dc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = cmsplugin-blocks -version = 1.5.2-pre.2 +version = 1.5.2 description = A set of DjangoCMS plugins for structured contents in CMS pages long_description = file:README.rst long_description_content_type = text/x-rst