From ac7c86b1a007b95e2f0fc8ab2810c382ffb181dc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 27 Nov 2022 04:12:44 +0000 Subject: [PATCH] 0.4.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/usb_devices/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15de48..0873aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.1 (2022-11-27) +### Fix +* Handle manufacturer and product files missing ([#9](https://github.com/Bluetooth-Devices/usb-devices/issues/9)) ([`9c98038`](https://github.com/Bluetooth-Devices/usb-devices/commit/9c9803833448aa29d97427d3296d327d15510c2e)) + ## v0.4.0 (2022-11-27) ### Feature * Add not usb error ([#8](https://github.com/Bluetooth-Devices/usb-devices/issues/8)) ([`d778dc4`](https://github.com/Bluetooth-Devices/usb-devices/commit/d778dc481a5c77aaa316f9682296a5265cd9d1f5)) diff --git a/pyproject.toml b/pyproject.toml index 2c39669..aa24920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "usb-devices" -version = "0.4.0" +version = "0.4.1" 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 0c895a9..831c88e 100644 --- a/src/usb_devices/__init__.py +++ b/src/usb_devices/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.4.0" +__version__ = "0.4.1" import asyncio from fcntl import ioctl