Skip to content

Commit

Permalink
Update NEWS and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dagheyman committed Nov 22, 2016
1 parent b72665c commit 5ea0f3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* Version 3.1.0 (unreleased)
** Added a search bar for credentials.
** Added support for adding SHA256 credentials in the GUI.
** Smart card is now being disconnected when the application is hidden.
** Bugfix: QR codes were sometimes not being parsed.

* Version 3.0.1 (released 2016-06-13)
** Bugfix release:
- Don't import OSX libs outside of OSX.
Expand Down
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.2-dev0"
__version__ = "3.1.0"

0 comments on commit 5ea0f3d

Please sign in to comment.