From e9fccc614d6884d65e1f08a3d492e285714e0f66 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Wed, 21 May 2014 22:09:15 +0200 Subject: [PATCH] Version bump --- HISTORY.rst | 3 ++- djangocms_installer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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'