Prepare 0.9.2

This commit is contained in:
Dain Nilsson 2021-10-14 12:34:02 +02:00
parent 36ddc05785
commit 0d174f722f
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 8 additions and 3 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
* Version 0.9.2 (released 2021-10-14)
** Support the latest Windows webauthn.h API (included in Windows 11).
** Add product name and serial number to HidDescriptors.
** Remove the need for the uhid-freebsd dependency on FreeBSD.
* Version 0.9.1 (released 2021-02-03)
** Add new CTAP error codes and improve handling of unknown codes.

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
python-fido2 (0.9.1+git) xenial; urgency=low
python-fido2 (0.9.2) xenial; urgency=low
* Build for ppa
-- Dain Nilsson <dain@yubico.com> Wed, 3 Feb 2021 09:48:19 +0100
-- Dain Nilsson <dain@yubico.com> Thu, 14 Oct 2021 12:31:19 +0100

View File

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