Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 26, 2022
1 parent a0e78c8 commit bda2bf4
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.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))
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.0"
version = "1.5.1"
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.0"
__version__ = "1.5.1"

__all__ = [
"SensorPushBluetoothDeviceData",
Expand Down

0 comments on commit bda2bf4

Please sign in to comment.