diff --git a/HISTORY.rst b/HISTORY.rst index fe9385b6..7bbeb6ea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,9 +4,15 @@ History ======= -****************** +******************* +0.8.11 (2017-03-04) +******************* + +* Fixed support for aldryn-apphooks-config 0.3.1 + +******************* 0.8.10 (2017-01-02) -****************** +******************* * Fix error in get_absolute_url diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 14465558..03570911 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.10' +__version__ = '0.8.11' default_app_config = 'djangocms_blog.apps.BlogAppConfig'