Skip to content

Commit e6ff3cd

Browse files
author
github-actions
committed
0.11.0
Automatically generated by python-semantic-release
1 parent f014830 commit e6ff3cd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.11.0 (2025-01-25)
6+
7+
### Feature
8+
9+
* Add set_datetime service for TP358/TP393 ([#33](https://github.com/Bluetooth-Devices/thermopro-ble/issues/33)) ([`f014830`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/f014830c1b637591235b2eb744756379338d3e3d))
10+
511
## v0.10.1 (2025-01-20)
612

713
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thermopro-ble"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
description = "Thermopro BLE Sensors"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/thermopro_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .device import ThermoProDevice
1818
from .parser import ThermoProBluetoothDeviceData
1919

20-
__version__ = "0.10.1"
20+
__version__ = "0.11.0"
2121

2222
__all__ = [
2323
"ThermoProDevice",

0 commit comments

Comments
 (0)