From 9af6546d0a0f356b8d19e9c748267a9136769ab9 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 27 Dec 2014 16:39:03 +0100 Subject: [PATCH] set version 0.3.0 --- docs/changelog.rst | 3 ++- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2045692..ff8024b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,11 @@ Changelog ========= +* :release:`0.3.0 <2014-12-27>` * :feature:`-` call create/delete mailbox tasks when saving/deleting mailboxes * :support:`-` use celery routers from gvacommon * :feature:`-` automatic creation of mailbox names from user names -* :bug:`-` fix broken mailbox admin +* :bug:`- major` fix broken mailbox admin * :release:`0.2.3 <2014-12-26>` * :bug:`-` remove attribute readonly_fields from diff --git a/docs/conf.py b/docs/conf.py index 3f2bc82..ffdf565 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.2.3' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.