Prepare 0.9.3.

This commit is contained in:
Dain Nilsson 2021-11-09 09:10:49 +01:00
parent 4f4c48b9d5
commit 5cd89c999a
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 7 additions and 3 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
* Version 0.9.3 (released 2021-11-09)
** Bugfix: Linux - Don't fail device discovery when hidraw doesn't support
HIDIOCGRAWUNIQ (Linux kernels before 5.6).
* 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.

4
debian/changelog vendored
View File

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

View File

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