diff --git a/HISTORY.rst b/HISTORY.rst index e5d7616..49f6164 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +0.4.0 (unreleased) +++++++++++++++++++ + +* Fix Django 1.7 issues +* Fix dependencies on python 3 when using wheel packages +* Drop Django 1.5 support +* Fix various templates issues +* UX fixes in the admin + 0.3.1 (2015-01-07) ++++++++++++++++++ diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index cb9aaa4..35460eb 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -2,4 +2,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.3.1.post1' +__version__ = '0.4.0.b1'