Update NEWS and version for release.

This commit is contained in:
Dain Nilsson 2016-06-13 13:17:26 +02:00
parent c959bbdbce
commit 2c749567c3
2 changed files with 7 additions and 2 deletions

7
NEWS
View File

@ -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:".
@ -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.

View File

@ -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"