We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d60e4 commit acd2fa8Copy full SHA for acd2fa8
NEWS
@@ -1,4 +1,7 @@
1
* Version 3.1.4
2
+ ** Removed support for slot-based storage.
3
+ ** Fix progress bar counter when using only touch-based credentials.
4
+ ** Minor cleanups and bugfixes.
5
6
* Version 3.1.3
7
** Fixed refreshing codes requiring touch
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__ = "3.1.4-dev"
+__version__ = "3.1.4"
0 commit comments