Skip to content

Commit e7eb53a

Browse files
committed
Prepare 1.1.1.
1 parent c7f09de commit e7eb53a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Version 1.1.1 (unreleased)
1+
* Version 1.1.1 (released 2023-04-05)
22
** Add community provided support for NetBSD.
33
** Bugfix: Don't set length for largeBlob when offset is 0.
44
** Bugfix: Remove print statement in webauthn parsing.

fido2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
# POSSIBILITY OF SUCH DAMAGE.
2727

2828

29-
__version__ = "1.1.1-dev.0"
29+
__version__ = "1.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fido2"
3-
version = "1.1.1-dev.0"
3+
version = "1.1.1"
44
description = "FIDO2/WebAuthn library for implementing clients and servers."
55
authors = ["Dain Nilsson <[email protected]>"]
66
homepage = "https://github.com/Yubico/python-fido2"

0 commit comments

Comments
 (0)