From 15dc78d51e276f5d006ecadf298a62806176fe5d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 17 Dec 2022 22:28:59 +0000 Subject: [PATCH] 0.5.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/sensorpro_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca394ee..552fc3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.1 (2022-12-17) +### Fix +* Negative temperature ([#7](https://github.com/Bluetooth-Devices/sensorpro-ble/issues/7)) ([`8541370`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/854137058cff08a7def3f387d952b7d926919f21)) + ## v0.5.0 (2022-08-30) ### Feature * 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)) diff --git a/pyproject.toml b/pyproject.toml index 5948f5c..af16923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sensorpro-ble" -version = "0.5.0" +version = "0.5.1" description = "SensorPro BLE Devices" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/sensorpro_ble/__init__.py b/src/sensorpro_ble/__init__.py index 0a2902f..8dd0df7 100644 --- a/src/sensorpro_ble/__init__.py +++ b/src/sensorpro_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import SensorProBluetoothDeviceData -__version__ = "0.5.0" +__version__ = "0.5.1" __all__ = [ "SensorProBluetoothDeviceData",