Skip to content

Commit

Permalink
0.21.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Feb 4, 2025
1 parent 5b90015 commit c1718be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.21.4 (2025-02-04)

### Bug Fixes

- Pypi upload ([#202](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/202),
[`5b90015`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5b9001596e08f91401695a089573d9147603a8e0))


## v0.21.3 (2025-02-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bluetooth-adapters"
version = "0.21.3"
version = "0.21.4"
license = "Apache-2.0"
description = "Tools to enumerate and find Bluetooth Adapters"
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.21.3"
__version__ = "0.21.4"


from platform import system
Expand Down

0 comments on commit c1718be

Please sign in to comment.