Prepare 1.1.2.

This commit is contained in:
Dain Nilsson 2023-07-06 15:51:29 +02:00
parent 8067e90f89
commit be2e8904e8
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
* Version 1.1.2 (released 2023-07-06)
** Fix ClientPin usage for Authenticators that do not support passing a PIN.
** Fix: Handle correct CTAP response codes in authenticatorSelection.
* Version 1.1.1 (released 2023-04-05)
** Add community provided support for NetBSD.
** Bugfix: Don't set length for largeBlob when offset is 0.

View File

@ -26,4 +26,4 @@
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "1.1.2-dev.0"
__version__ = "1.1.2"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "fido2"
version = "1.1.2-dev.0"
version = "1.1.2"
description = "FIDO2/WebAuthn library for implementing clients and servers."
authors = ["Dain Nilsson <dain@yubico.com>"]
homepage = "https://github.com/Yubico/python-fido2"