bump version number, add release to changelog

This commit is contained in:
Jan Dittberner 2015-02-06 11:20:47 +01:00
parent 2af30d6148
commit 9cab636351
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :release:`0.11.2 <2015-02-06>`
* :bug:`-` fix wrong variable name in
managemails.models.MailAddress.set_forward_addresses and typo in
managemails.forms.EditMailAddressForm

View File

@ -1,3 +1,3 @@
from gnuviechadmin.celery import app as celery_app
__version__ = '0.11.1'
__version__ = '0.11.2'