Skip to content

Commit

Permalink
Prepare 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 14, 2021
1 parent 36ddc05 commit 0d174f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
@@ -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
2 changes: 1 addition & 1 deletion fido2/__init__.py
Expand Up @@ -38,4 +38,4 @@ class ABC(object):
abc.ABC = ABC


__version__ = "0.9.2-dev0"
__version__ = "0.9.2"

0 comments on commit 0d174f7

Please sign in to comment.