From d6611fcac368ea9c3bdfab6d6817333918466ff0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 16 Dec 2023 19:40:51 +0000 Subject: [PATCH] 0.4.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/usb_devices/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e28fb6f..09b94c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.4.3 (2023-12-16) + +### Fix + +* fix: switch to trusted publishing (#14) ([`8fdbef1`](https://github.com/Bluetooth-Devices/usb-devices/commit/8fdbef14fafe26193283f3593ff79642407b0d85)) + + ## v0.4.2 (2023-12-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3113e8a..2e7930f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "usb-devices" -version = "0.4.2" +version = "0.4.3" description = "Tools for mapping, describing, and resetting USB devices" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/usb_devices/__init__.py b/src/usb_devices/__init__.py index 22b5f2a..23bf3fd 100644 --- a/src/usb_devices/__init__.py +++ b/src/usb_devices/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.4.2" +__version__ = "0.4.3" import asyncio