Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Prepare 2.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Apr 7, 2017
1 parent ee9f873 commit 81c601e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
* Version 2.0.0 (unreleased)
* Version 2.0.0 (released 2017-04-07)
** Major version: This release is NOT backwards compatible! See
doc/Migrating_From_Older_Versions.adoc for details.
** Now implements the U2FVAL API version 2, which is aligned with the FIDO
U2F JavaScript API 1.1 and offer more control over operations.
U2F JavaScript API 1.1 and offers more control over operations.
** Now using Flask.
** Python 3 support has been improved.
** New features:
- Challenges can now be specified by the caller.
- Properties can be set when generating a register/authenticate request,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist =
py26
py27
py33
py34
Expand Down
2 changes: 1 addition & 1 deletion u2fval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from flask import Flask
import os

__version__ = "2.0.0-dev0"
__version__ = "2.0.0"


app = Flask(__name__)
Expand Down

0 comments on commit 81c601e

Please sign in to comment.