Skip to content

Commit

Permalink
Prepare 0.7.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 24, 2019
1 parent 391c5ca commit ee9498b
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,4 +1,9 @@
* Version 0.7.2 (unreleased)
* Version 0.7.2 (released 2019-10-24)
** Support for the TPM attestation format.
** Allow passing custom challenges to register/authenticate in Fido2Server.
** Bugfix: CTAP2 CANCEL command response handling fixed.
** Bugfix: Fido2Client fix handling of empty allow_list.
** Bugfix: Fix typo in CTAP2.get_assertions() causing it to fail.

* Version 0.7.1 (released 2019-09-20)
** Support for FreeBSD.
Expand Down
2 changes: 1 addition & 1 deletion fido2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class ABC(object):
abc.ABC = ABC


__version__ = "0.7.2-dev0"
__version__ = "0.7.2"

0 comments on commit ee9498b

Please sign in to comment.