diff --git a/HISTORY.rst b/HISTORY.rst index 80c5cdb..f4f353b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,16 @@ History ------- +0.9.8 (2018-01-10) +++++++++++++++++++ + +* Raised more informative messages on command failures +* Fixed tests for django CMS develop + 0.9.7 (2017-07-15) ++++++++++++++++++ -* Improve django-admin invocation to support more python environments layouts +* Improved django-admin invocation to support more python environments layouts 0.9.6 (2017-03-12) ++++++++++++++++++ diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py index 6fcecc7..6bebffd 100644 --- a/djangocms_installer/__init__.py +++ b/djangocms_installer/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.9.7' +__version__ = '0.9.8'