Prepare 0.9.1

This commit is contained in:
Dain Nilsson 2021-02-03 09:53:53 +01:00
parent 28bbf0fd73
commit 06ed6116c7
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 6 additions and 3 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
* Version 0.9.1 (released 2021-02-03)
** Add new CTAP error codes and improve handling of unknown codes.
* Version 0.9.0 (released 2021-01-20)
** Server: Attestation is now done in two parts (to align better with the spec):
First, type-specific validation is done to provide a trust chain.

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
python-fido2 (0.9.0+git) xenial; urgency=low
python-fido2 (0.9.1) xenial; urgency=low
* Build for ppa
-- Dain Nilsson <dain@yubico.com> Wed, 20 Jan 2021 10:41:13 +0100
-- Dain Nilsson <dain@yubico.com> Wed, 3 Feb 2021 09:48:19 +0100

View File

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