diff --git a/HISTORY.rst b/HISTORY.rst index 32a809e..8bd7769 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,11 @@ History ------- -0.5.0 (Unreleased) +0.5.0 (2014-05-21) ++++++++++++++++++ * Add dump-requirements argument +* Add user provided extra setting * Add FAQ section * Add templates argument * Documentation update diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index bfbc8a8..33b1188 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -2,4 +2,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.5.0.dev1' +__version__ = '0.5.0'