From bda2bf46ab683c6a7d0543f8ba89494b0a21d981 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Jul 2022 16:14:26 +0000 Subject: [PATCH] 1.5.1 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 18359e5..e180f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) + ## v1.5.0 (2022-07-26) ### Feature * Add parser tests ([#13](https://github.com/Bluetooth-Devices/sensorpush-ble/issues/13)) ([`90701be`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/90701be63e077ebc043868d35dfa596bef0a7042)) diff --git a/pyproject.toml b/pyproject.toml index 5d06e5a..ce12b79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sensorpush-ble" -version = "1.5.0" +version = "1.5.1" 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 855d11b..82495ba 100644 --- a/src/sensorpush_ble/__init__.py +++ b/src/sensorpush_ble/__init__.py @@ -13,7 +13,7 @@ from .parser import SensorPushBluetoothDeviceData -__version__ = "1.5.0" +__version__ = "1.5.1" __all__ = [ "SensorPushBluetoothDeviceData",