diff --git a/HISTORY.rst b/HISTORY.rst index 5a806f74..43d6b36d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ History ======= +****************** +0.9.7 (2018-05-05) +****************** + +* Fixed subtitle field not added to the admin + ****************** 0.9.6 (2018-05-02) ****************** diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 3f7d4b96..39a6f340 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -3,6 +3,6 @@ __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.9.6' +__version__ = '0.9.7' default_app_config = 'djangocms_blog.apps.BlogAppConfig'