We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f09de commit e7eb53aCopy full SHA for e7eb53a
NEWS
@@ -1,4 +1,4 @@
1
-* Version 1.1.1 (unreleased)
+* Version 1.1.1 (released 2023-04-05)
2
** Add community provided support for NetBSD.
3
** Bugfix: Don't set length for largeBlob when offset is 0.
4
** Bugfix: Remove print statement in webauthn parsing.
fido2/__init__.py
@@ -26,4 +26,4 @@
26
# POSSIBILITY OF SUCH DAMAGE.
27
28
29
-__version__ = "1.1.1-dev.0"
+__version__ = "1.1.1"
pyproject.toml
@@ -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."
5
authors = ["Dain Nilsson <[email protected]>"]
6
homepage = "https://github.com/Yubico/python-fido2"
0 commit comments