From 280a7c512a893901c7d985e5a564d9617848b126 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 4 Jan 2015 18:50:05 +0100 Subject: [PATCH] Bump version --- HISTORY.rst | 2 +- djangocms_blog/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d8668a4..7424641 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.3.0 (unreleased) +0.3.0 (2015-01-04) ++++++++++++++++++ * Multisite support diff --git a/djangocms_blog/__init__.py b/djangocms_blog/__init__.py index d5d57bf..d030494 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.c1' +__version__ = '0.3.0'