From a227e26d52e3f35a2ed2a17593c125941e44944f Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 18 Aug 2015 14:44:09 +0200 Subject: [PATCH] Updated NEWS and version for release. --- NEWS | 2 +- yubioath/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d4277fd4..395152d6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 2.2.0 (unreleased) +* Version 2.2.0 (released 2015-08-18) ** Allow spaces in OATH keys. ** Don't crash if smartcard subsystem isn't available. ** Disable systray icon by default. diff --git a/yubioath/__init__.py b/yubioath/__init__.py index f9eaa765..2302b6b1 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__ = "2.1.2-dev" +__version__ = "2.2.0"