set version 0.3.0

This commit is contained in:
Jan Dittberner 2014-12-27 16:39:03 +01:00
parent 54b99281e3
commit 9af6546d0a
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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.