release 0.11.3
- bug fixes for ssh public key handling -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCgAGBQJU6OPkAAoJEA15HcjXN8HZEPoH/02qF9W3E8Y55T07Re1sXwHv qjx5lFMduMBIC3IsVSudpimKP2ds3rbO/Q+l3kN2nTFR3uHdKXXM48FlpIqwINL2 CJimvHh1PxkuqsFN6D2esGN079m/9VP0m3UMydX2QKbdkqQOBWO1CwOrUcL2pM5u iKxYeqD6NGTtrPFz5bRRlBGtDRRWAChvUfja1sIHcOEa4KYlcI3E6qaKJ5mNTOhk MfQfu7MoT2cUVhgBk2riGHnG4IQzFi1es/s1v2YWsg1ZfsBjWtYZthBw9KlOyS8u Yt+AQK8VmX/Usb6pUojHd/9l2o+/fJVVnZEI3e9HQaEhWlBD3Z1ncA8dwfkWlJg= =8lUx -----END PGP SIGNATURE----- Merge tag '0.11.3' release 0.11.3 - bug fixes for ssh public key handling * tag '0.11.3': bump version number, add release version to changelog
This commit is contained in:
commit
1aa51cf61e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue