From 7893e37cdcad8e60ecea99c29ee627e6bf9aaff6 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 25 Apr 2020 09:59:01 +0200 Subject: [PATCH] Release 1.2.3 --- HISTORY.rst | 5 +++-- djangocms_installer/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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'