From 0f28ed282196a810e94d45e3866cdc1d6dca2f37 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 1 Feb 2018 09:30:07 +0100 Subject: [PATCH] Release 1.0 --- HISTORY.rst | 2 +- djangocms_installer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 37c86ff..73be568 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -1.0.0 (unreleased) +1.0.0 (2018-02-01) ++++++++++++++++++ * Dropped cmsplugin-filer in favor of core plugins which now use filer diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index d134767..78d9f91 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.0.0rc1' +__version__ = '1.0.0'