diff --git a/HISTORY.rst b/HISTORY.rst index b09ab54..ef787ee 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,11 @@ History ------- -unreleased +1.2.3 (2020-04-23) ++++++++++++++++++ -* Nothing yet +* Fixed support for staticfiles +* Fixed X_FRAME_OPTIONS default 1.2.2 (2020-04-23) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 624abfe..3309554 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '1.3.0.dev0' +__version__ = '1.2.3'