Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 16, 2023
1 parent 8fdbef1 commit d6611fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/usb_devices/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.4.2"
__version__ = "0.4.3"

import asyncio

Expand Down

0 comments on commit d6611fc

Please sign in to comment.