Skip to content

Commit b49fea5

Browse files
author
github-actions
committed
0.5.3
Automatically generated by python-semantic-release
1 parent 698d3c2 commit b49fea5

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+
## v0.5.3 (2023-02-07)
6+
### Fix
7+
* Account for switching adapter when finding changed_manufacturer_data ([#9](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/9)) ([`698d3c2`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/698d3c202b40ec1b3a654dc8a9ff536ff06243b2))
8+
59
## v0.5.2 (2023-02-06)
610
### Fix
711
* Update isort to fix CI ([#8](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/8)) ([`1f3f186`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/1f3f18619b18f14095bd3e500d9489e7d45dd7ab))

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 = "sensorpro-ble"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "SensorPro BLE Devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpro_ble/__init__.py

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

1616
from .parser import SensorProBluetoothDeviceData
1717

18-
__version__ = "0.5.2"
18+
__version__ = "0.5.3"
1919

2020
__all__ = [
2121
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)