diff --git a/NEWS b/NEWS index b29319f..58d8e3c 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/setup.py b/setup.py index 34ab80d..87ccb3c 100755 --- a/setup.py +++ b/setup.py @@ -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',