Skip to content

Commit 15dc78d

Browse files
actions-usergithub-actions
authored andcommitted
0.5.1
Automatically generated by python-semantic-release
1 parent 8541370 commit 15dc78d

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.1 (2022-12-17)
6+
### Fix
7+
* Negative temperature ([#7](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/7)) ([`8541370`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/854137058cff08a7def3f387d952b7d926919f21))
8+
59
## v0.5.0 (2022-08-30)
610
### Feature
711
* Add support for the t201/t301 ([#5](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/5)) ([`8235d01`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/8235d01f291e34e2cbbdce9e6dd7a888297ac84e))

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

2020
__all__ = [
2121
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)