From 0d174f722fda675608fac0402f52376bd668ccf5 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Thu, 14 Oct 2021 12:34:02 +0200 Subject: [PATCH] Prepare 0.9.2 --- NEWS | 5 +++++ debian/changelog | 4 ++-- fido2/__init__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 85e5eb0..74b6d22 100644 --- a/NEWS +++ b/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. diff --git a/debian/changelog b/debian/changelog index 4fe85e1..74ee9d9 100644 --- a/debian/changelog +++ b/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 Wed, 3 Feb 2021 09:48:19 +0100 + -- Dain Nilsson Thu, 14 Oct 2021 12:31:19 +0100 diff --git a/fido2/__init__.py b/fido2/__init__.py index a79cd5d..f964f8b 100644 --- a/fido2/__init__.py +++ b/fido2/__init__.py @@ -38,4 +38,4 @@ class ABC(object): abc.ABC = ABC -__version__ = "0.9.2-dev0" +__version__ = "0.9.2"