From 2c749567c37b4906b084a8237b74e5e829e62b27 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Mon, 13 Jun 2016 13:17:26 +0200 Subject: [PATCH] Update NEWS and version for release. --- NEWS | 7 ++++++- yubioath/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1eea9292..f00297a1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +* Version 3.0.1 (released 2016-06-13) + ** Bugfix release: + - Don't import OSX libs outside of OSX. + - Packaging related fixes. + * Version 3.0.0 (released 2016-06-09) ** Added compatibility with Python 3 (Python 2 is still supported). ** Added support for generating alphanumeric Steam authenticator codes for entries prefixed with "Steam:". @@ -46,6 +51,6 @@ ** Minor fixes to platform specific quirks. * Version 2.0.0 (released 2015-06-15) - ** Complete rewrite + ** Complete rewrite: - Supports all OATH-enabled YubiKeys, including YubiKey Standard. - New overhauled UI. diff --git a/yubioath/__init__.py b/yubioath/__init__.py index 942560de..d0069ed0 100644 --- a/yubioath/__init__.py +++ b/yubioath/__init__.py @@ -24,4 +24,4 @@ # non-source form of such a combination shall include the source code # for the parts of OpenSSL used as well as that of the covered work. -__version__ = "3.0.0" +__version__ = "3.0.1"