From 0d483b7ccbbff0adb0a6ec69da22000dbd1d66f5 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Fri, 27 Feb 2015 19:45:02 +0100 Subject: [PATCH] Bump development version --- HISTORY.rst | 9 +++++++++ djangocms_blog/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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'