From 130458b9d32d7d10e51aaddf7af0b83fca5e6f5e Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Wed, 16 Apr 2014 09:38:25 +0200 Subject: [PATCH] Updated NEWS and version for release. --- NEWS | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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',