diff --git a/HISTORY.rst b/HISTORY.rst index 5b9ea4c..85a4ec6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.5.0 (XXXX-XX-XX) +0.5.0 (2015-08-09) ++++++++++++++++++ * Add support for Django 1.8 diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 197b337..33b1188 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -2,4 +2,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.4.0.post1' +__version__ = '0.5.0'