diff --git a/HISTORY.rst b/HISTORY.rst index 99818af3..844054d8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.8.2 (2016-06-12) +++++++++++++++++++ + +* Aldryn-only release. No code changes + 0.8.1 (2016-06-11) ++++++++++++++++++ diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 721a81c4..f7f0c565 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.1' +__version__ = '0.8.2' default_app_config = 'djangocms_blog.apps.BlogAppConfig'