Prepare 1.1.1.

This commit is contained in:
Dain Nilsson 2023-04-05 13:42:26 +02:00
parent c7f09de1b6
commit e7eb53a73e
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
* Version 1.1.1 (unreleased)
* 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.
** Bugfix: Remove print statement in webauthn parsing.

View File

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

View File

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