From 1ca3f8569806b3fcae270c7cafc86310956ed540 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 4 Jan 2015 18:51:33 +0100 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 d030494..bf6291b 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.0' +__version__ = '0.3.0.post1'