Prepare 0.7.2 release.

This commit is contained in:
Dain Nilsson 2019-10-24 13:22:51 +02:00
parent 391c5ca65e
commit ee9498b282
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 7 additions and 2 deletions

7
NEWS
View File

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

View File

@ -38,4 +38,4 @@ if six.PY2:
abc.ABC = ABC
__version__ = "0.7.2-dev0"
__version__ = "0.7.2"