Skip to content

Commit

Permalink
1.19.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 24, 2024
1 parent 07f423b commit c82ba87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.19.3 (2024-06-24)

### Fix

* Wheel builds on macos ([#44](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/44)) ([`07f423b`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/07f423bc4ce88a357e7a06b5b48fb36dfc8b916a))

## v1.19.2 (2024-06-24)

### 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 = "bluetooth-data-tools"
version = "1.19.2"
version = "1.19.3"
description = "Tools for converting bluetooth data and packets"
authors = ["J. Nick Koston <nick@koston.org>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_data_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
short_address,
)

__version__ = "1.19.2"
__version__ = "1.19.3"


__all__ = [
Expand Down

0 comments on commit c82ba87

Please sign in to comment.