Skip to content

Commit

Permalink
1.19.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 29, 2024
1 parent 7d46575 commit 8ec80d5
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.4 (2024-07-29)

### Fix

* Speed up int_to_bluetooth_address C implementation ([#52](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/52)) ([`7d46575`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/7d4657515cd313aff84fee17bd027d092bd3ae3c))

## v1.19.3 (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.3"
version = "1.19.4"
description = "Tools for converting bluetooth data and packets"
authors = ["J. Nick Koston <[email protected]>"]
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 @@ -21,7 +21,7 @@
short_address,
)

__version__ = "1.19.3"
__version__ = "1.19.4"


__all__ = [
Expand Down

0 comments on commit 8ec80d5

Please sign in to comment.