From 49a76302c2fd09df75d7f9b4e44ecf4bb488ef39 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 17 Oct 2015 17:05:19 +0200 Subject: [PATCH] Bump development version --- djangocms_blog/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index 11030d9..341f071 100644 --- a/djangocms_blog/__init__.py +++ b/djangocms_blog/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = 'Iacopo Spalletti' __email__ = 'i.spalletti@nephila.it' -__version__ = '0.5.1.dev2' +__version__ = '0.6.0.dev1'