bump version number, add release to changelog

This commit is contained in:
Jan Dittberner 2015-02-01 22:19:18 +01:00
parent 251e8a54f6
commit b5714f2af3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :release:`0.11.1 <2015-02-01>`
* :bug:`-` fix translation of contact form by using ugettext_lazy and adding
contact_form to INSTALLED_APPS

View File

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