From e6a717040584fc12aa490d986ff0cdcc043724cb Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 22 Feb 2018 16:18:27 +0100 Subject: [PATCH] Release 0.9.1 --- HISTORY.rst | 2 +- djangocms_blog/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 08a02e9d..eaf5c40d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ History ======= ****************** -0.9.1 (unreleased) +0.9.1 (2018-02-22) ****************** * Added Django 1.11 support diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index a909fc39..10272aec 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -3,6 +3,6 @@ __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '1.0.0.dev1' +__version__ = '0.9.1' default_app_config = 'djangocms_blog.apps.BlogAppConfig'