bump version number, add release version to changelog
This commit is contained in:
parent
25b5b82a06
commit
4c81502b8e
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.11.3 <2015-02-21>`
|
||||
* :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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from gnuviechadmin.celery import app as celery_app
|
||||
|
||||
__version__ = '0.11.2'
|
||||
__version__ = '0.11.3'
|
||||
|
|
Loading…
Reference in a new issue