bump version number, add release version to changelog

This commit is contained in:
Jan Dittberner 2015-02-21 20:59:09 +01:00
parent 25b5b82a06
commit 4c81502b8e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog Changelog
========= =========
* :release:`0.11.3 <2015-02-21>`
* :bug:`-` fix handling of OpenSSH formatted keys with whitespace in comments * :bug:`-` fix handling of OpenSSH formatted keys with whitespace in comments
* :bug:`-` the ssh key list does not show SSH keys of other users anymore * :bug:`-` the ssh key list does not show SSH keys of other users anymore

View File

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