From aa1f17efc0065c108db3698b0ff2a0f3c8abcc0f Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 2 Jan 2017 11:22:09 +0100 Subject: [PATCH] Release 0.8.10 --- HISTORY.rst | 6 ++++++ djangocms_blog/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3eae7fb..fe9385b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ History ======= +****************** +0.8.10 (2017-01-02) +****************** + +* Fix error in get_absolute_url + ****************** 0.8.9 (2016-10-25) ****************** diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 78ccb6f..1446555 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.9' +__version__ = '0.8.10' default_app_config = 'djangocms_blog.apps.BlogAppConfig'