diff --git a/NEWS b/NEWS index e1921ae89..566650c49 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ -* Version 2.1.1 (unreleased) +* Version 2.1.1 (released 2015-07-02) ** Added man pages. ** Fixed bug with non-CCID YubiKeys not displaying slot-bsed credentials. + ** Windows installer/uninstaller checks for running instance, and closes it. * Version 2.1.0 (released 2015-06-26) ** Added setting to kill scdaemon on show, to release the device (GUI only). diff --git a/yubioath/__init__.py b/yubioath/__init__.py index 76a61ab13..3064c488d 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.1-dev" +__version__ = "2.1.1"