We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf83607 commit 7117c75Copy full SHA for 7117c75
NEWS
@@ -1,6 +1,7 @@
1
-* Version 2.1.1 (unreleased)
+* Version 2.1.1 (released 2015-07-02)
2
** Added man pages.
3
** Fixed bug with non-CCID YubiKeys not displaying slot-bsed credentials.
4
+ ** Windows installer/uninstaller checks for running instance, and closes it.
5
6
* Version 2.1.0 (released 2015-06-26)
7
** Added setting to kill scdaemon on show, to release the device (GUI only).
yubioath/__init__.py
@@ -24,4 +24,4 @@
24
# non-source form of such a combination shall include the source code
25
# for the parts of OpenSSL used as well as that of the covered work.
26
27
-__version__ = "2.1.1-dev"
+__version__ = "2.1.1"
0 commit comments