Prepare 1.1.3

This commit is contained in:
Dain Nilsson 2024-03-13 09:12:56 +01:00
parent 9240d6e53b
commit 82f9d0765b
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.3 (unreleased)
* Version 1.1.3 (released)
** Fix USB HID issue on MacOS that sometimes caused a pause while waiting for a
timeout.
** Fix argument to CredProp extension where an enum value was required instead of

View File

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

View File

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