diff --git a/HISTORY.rst b/HISTORY.rst index 1ce2e5f..75d00d1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.9.0 (unreleased) +0.9.0 (2016-09-15) ++++++++++++++++++ * Drop support for Python 2.6 diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 7b94bea..fbdc2e9 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__ = '0.9.rc3' +__version__ = '0.9'