Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 14, 2022
1 parent 574210f commit b1d97b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.5.2 (2022-08-14)
### Fix
* Use new changed_manufacturer_data helper from bluetooth-sensor-state-data ([#16](https://github.com/Bluetooth-Devices/sensorpush-ble/issues/16)) ([`574210f`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/574210f800ca664121078cbf6f6dd63f3ee29747))

## v1.5.1 (2022-07-26)
### Fix
* Latest data was not always found if page0 was not last ([#15](https://github.com/Bluetooth-Devices/sensorpush-ble/issues/15)) ([`a0e78c8`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/a0e78c814e877810e481fc4ff3fc850d10a0162b))
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 = "sensorpush-ble"
version = "1.5.1"
version = "1.5.2"
description = "Parser for SensorPush BLE devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/sensorpush_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .parser import SensorPushBluetoothDeviceData

__version__ = "1.5.1"
__version__ = "1.5.2"

__all__ = [
"SensorPushBluetoothDeviceData",
Expand Down

0 comments on commit b1d97b1

Please sign in to comment.