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'