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 b874d05 commit 44c89efCopy full SHA for 44c89ef
NEWS
@@ -1,3 +1,6 @@
1
+* Version 2.2.1 (released 2015-08-20)
2
+ ** Bugfix release: Fix adding credentials via the UI.
3
+
4
* Version 2.2.0 (released 2015-08-18)
5
** Allow spaces in OATH keys.
6
** Don't crash if smartcard subsystem isn't available.
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.2.1-dev0"
+__version__ = "2.2.1"
0 commit comments