Skip to content

Commit 2c74956

Browse files
committed
Update NEWS and version for release.
1 parent c959bbd commit 2c74956

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* Version 3.0.1 (released 2016-06-13)
2+
** Bugfix release:
3+
- Don't import OSX libs outside of OSX.
4+
- Packaging related fixes.
5+
16
* Version 3.0.0 (released 2016-06-09)
27
** Added compatibility with Python 3 (Python 2 is still supported).
38
** Added support for generating alphanumeric Steam authenticator codes for entries prefixed with "Steam:".
@@ -46,6 +51,6 @@
4651
** Minor fixes to platform specific quirks.
4752

4853
* Version 2.0.0 (released 2015-06-15)
49-
** Complete rewrite
54+
** Complete rewrite:
5055
- Supports all OATH-enabled YubiKeys, including YubiKey Standard.
5156
- New overhauled 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__ = "3.0.0"
27+
__version__ = "3.0.1"

0 commit comments

Comments
 (0)