From d755c3729c3265e25a4414cf2d16f2fa632904e1 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 22 Mar 2015 12:34:13 +0100 Subject: [PATCH] Bump 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 35460eb..73b2c79 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.4.0.b1' +__version__ = '0.4.0'