From 19d388b39f5eec28a2c24b04a6438af02a916904 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 11 Feb 2024 17:24:37 +0000 Subject: [PATCH] 0.10.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/thermopro_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3f4b5..ce9fb0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.10.0 (2024-02-11) + +### Feature + +* Add support for TP970R ([#22](https://github.com/Bluetooth-Devices/thermopro-ble/issues/22)) ([`8f58f9a`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/8f58f9ad7646616e3ad974ae1dbd6b498c33fa75)) + ## v0.9.0 (2024-01-24) ### Feature diff --git a/pyproject.toml b/pyproject.toml index f0c0015..e083414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thermopro-ble" -version = "0.9.0" +version = "0.10.0" description = "Thermopro BLE Sensors" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/thermopro_ble/__init__.py b/src/thermopro_ble/__init__.py index ac841e2..f32252f 100644 --- a/src/thermopro_ble/__init__.py +++ b/src/thermopro_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import ThermoProBluetoothDeviceData -__version__ = "0.9.0" +__version__ = "0.10.0" __all__ = [ "ThermoProBluetoothDeviceData",