Skip to content

Commit

Permalink
1.19.2
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 fc8c1a1 commit 5c36cc8
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.2 (2024-06-24)

### Fix

* Build cibuildwheel ([#43](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/43)) ([`fc8c1a1`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/fc8c1a182b189f115a687173abc20e2fe1ba2219))

## v1.19.1 (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.1"
version = "1.19.2"
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.1"
__version__ = "1.19.2"


__all__ = [
Expand Down

0 comments on commit 5c36cc8

Please sign in to comment.