Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 13, 2023
1 parent 5983718 commit 8780bf6
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.4.0 (2023-07-13)

### Feature

* Cache overall parse ([#19](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/19)) ([`5983718`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/5983718f6228e9f4428fa7843df4e37e3a7527bf))

## v1.3.0 (2023-06-29)

### Feature
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.3.0"
version = "1.4.0"
description = "Tools for converting bluetooth data and packets"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
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 @@ -6,7 +6,7 @@
from .gap import BLEGAPAdvertisement, BLEGAPType, parse_advertisement_data
from .utils import int_to_bluetooth_address

__version__ = "1.3.0"
__version__ = "1.4.0"

L_PACK = Struct(">L")

Expand Down

0 comments on commit 8780bf6

Please sign in to comment.