Skip to content

Commit 8bdf6e0

Browse files
committed
Update version and NEWS.
1 parent 54a189c commit 8bdf6e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
* Version 2.2.2 (unreleased)
1+
* Version 2.3.0 (unreleased)
22
** Re-schedule timer each time period based on system time to prevent Qt timer
33
drift.
44
** Clear password memory cache on minimize to prevent accidentally leaving the
55
YubiKey unlocked unattended.
6+
** Support for credentials which require touch (YubiKey 4 only).
67

78
* Version 2.2.1 (released 2015-08-20)
89
** Bugfix release: Fix adding credentials via the UI.

yubioath/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "2.2.2-dev0"
27+
__version__ = "2.3.0-dev0"

0 commit comments

Comments
 (0)