diff --git a/NEWS b/NEWS index 8b31665..f0bf872 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 1.1.3 (unreleased) +* Version 1.1.3 (released 2024-03-13) ** 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 diff --git a/fido2/__init__.py b/fido2/__init__.py index d76a395..a12f56b 100644 --- a/fido2/__init__.py +++ b/fido2/__init__.py @@ -26,4 +26,4 @@ # POSSIBILITY OF SUCH DAMAGE. -__version__ = "1.1.3-dev.0" +__version__ = "1.1.4-dev.0" diff --git a/pyproject.toml b/pyproject.toml index ee65aa4..81401b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fido2" -version = "1.1.3-dev.0" +version = "1.1.4-dev.0" description = "FIDO2/WebAuthn library for implementing clients and servers." authors = ["Dain Nilsson "] homepage = "https://github.com/Yubico/python-fido2"