1
0
mirror of https://github.com/Yubico/yubiadmin.git synced 2024-11-29 01:24:12 +01:00

Updated NEWS and version for release.

This commit is contained in:
Dain Nilsson 2014-04-16 09:38:25 +02:00
parent 5c02e60afc
commit 130458b9d3
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
* Version 0.1.7 (released 2014-04-16)
* Fixed YubiAuth user deletion bug.
* Fixed bug with URL fields not working with "localhost".
* Now handles usernames/passwords/secrets with spaces in RADIUS test without
manual quoting.
* Version 0.1.6 (released 2013-11-22)
* Added LDAP settings to YubiAuth.

View File

@ -32,7 +32,7 @@ from release import release
setup(
name='yubiadmin',
version='0.1.6',
version='0.1.7',
author='Dain Nilsson',
author_email='dain@yubico.com',
maintainer='Yubico Open Source Maintainers',