Skip to content

Commit

Permalink
Update NEWS and version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jun 13, 2016
1 parent c959bbd commit 2c74956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Version 3.0.1 (released 2016-06-13)
** Bugfix release:
- Don't import OSX libs outside of OSX.
- Packaging related fixes.

* Version 3.0.0 (released 2016-06-09)
** Added compatibility with Python 3 (Python 2 is still supported).
** Added support for generating alphanumeric Steam authenticator codes for entries prefixed with "Steam:".
Expand Down Expand Up @@ -46,6 +51,6 @@
** Minor fixes to platform specific quirks.

* Version 2.0.0 (released 2015-06-15)
** Complete rewrite
** Complete rewrite:
- Supports all OATH-enabled YubiKeys, including YubiKey Standard.
- New overhauled UI.
2 changes: 1 addition & 1 deletion yubioath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# non-source form of such a combination shall include the source code
# for the parts of OpenSSL used as well as that of the covered work.

__version__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit 2c74956

Please sign in to comment.