diff --git a/HISTORY.rst b/HISTORY.rst index a5e56ef5..1665393a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,13 @@ History ======= +****************** +0.8.8 (2016-09-04) +****************** + +* Fixed issue with one migration +* Improved support for django CMS 3.4 + ****************** 0.8.7 (2016-08-25) ****************** diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 1efaddec..e294ff46 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.8.7' +__version__ = '0.8.8' default_app_config = 'djangocms_blog.apps.BlogAppConfig'