Skip to content

Commit 319ffb8

Browse files
author
github-actions
committed
1.5.5
Automatically generated by python-semantic-release
1 parent adcafc8 commit 319ffb8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.5.5 (2023-02-07)
6+
### Fix
7+
* Parsing with passive scans ([#19](https://github.com/Bluetooth-Devices/sensorpush-ble/issues/19)) ([`adcafc8`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/adcafc8fb63ff6f7d04041f73aa9274d8bbc6a4c))
8+
59
## v1.5.4 (2023-02-07)
610
### Fix
711
* Account for switching adapter when finding changed_manufacturer_data ([#18](https://github.com/Bluetooth-Devices/sensorpush-ble/issues/18)) ([`dcccd49`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/dcccd497987e0dea164fc2fbd196cd77fa9fe62e))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sensorpush-ble"
3-
version = "1.5.4"
3+
version = "1.5.5"
44
description = "Parser for SensorPush BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpush_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .parser import SensorPushBluetoothDeviceData
1515

16-
__version__ = "1.5.4"
16+
__version__ = "1.5.5"
1717

1818
__all__ = [
1919
"SensorPushBluetoothDeviceData",

0 commit comments

Comments
 (0)