Prepare for release 3.0.0

This commit is contained in:
Dag Heyman 2016-06-09 13:03:22 +02:00
parent 6ab5298cd1
commit c992679d00
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
* Version 3.0.0 (Unreleased)
* 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:".
** Added a confirmation dialog box when overwriting entries.

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__ = "2.3.0"
__version__ = "3.0.0"