From b1d97b163b9288e0b1b9faa065f33b7313bf5207 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 14 Aug 2022 19:23:16 +0000 Subject: [PATCH] 1.5.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/sensorpush_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e180f53..58f2d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/pyproject.toml b/pyproject.toml index d261ccf..4b08a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/src/sensorpush_ble/__init__.py b/src/sensorpush_ble/__init__.py index 82495ba..1d557d5 100644 --- a/src/sensorpush_ble/__init__.py +++ b/src/sensorpush_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import SensorPushBluetoothDeviceData -__version__ = "1.5.1" +__version__ = "1.5.2" __all__ = [ "SensorPushBluetoothDeviceData",