Skip to content

Commit 85363e5

Browse files
author
github-actions
committed
0.5.2
Automatically generated by python-semantic-release
1 parent 1f3f186 commit 85363e5

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.2 (2023-02-06)
6+
### Fix
7+
* 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))
8+
59
## v0.5.1 (2022-12-17)
610
### Fix
711
* Negative temperature ([#7](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/7)) ([`8541370`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/854137058cff08a7def3f387d952b7d926919f21))

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.1"
3+
version = "0.5.2"
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.1"
18+
__version__ = "0.5.2"
1919

2020
__all__ = [
2121
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)