bump version number, add release to changelog
This commit is contained in:
parent
2af30d6148
commit
9cab636351
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from gnuviechadmin.celery import app as celery_app
|
||||
|
||||
__version__ = '0.11.1'
|
||||
__version__ = '0.11.2'
|
||||
|
|
Loading…
Reference in a new issue