Skip to content

Commit acd2fa8

Browse files
committed
Yubico Authenticator v3.1.4
Signed-off-by: Steven Noonan <[email protected]>
1 parent f6d60e4 commit acd2fa8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* 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.
25

36
* Version 3.1.3
47
** Fixed refreshing codes requiring touch

yubioath/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# non-source form of such a combination shall include the source code
2525
# for the parts of OpenSSL used as well as that of the covered work.
2626

27-
__version__ = "3.1.4-dev"
27+
__version__ = "3.1.4"

0 commit comments

Comments
 (0)