Skip to content

Commit fba8603

Browse files
author
github-actions
committed
0.5.0
Automatically generated by python-semantic-release
1 parent f791dee commit fba8603

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## v0.5.0 (2023-12-06)
6+
7+
### Feature
8+
9+
* Add support for TP357S ([#13](https://github.com/Bluetooth-Devices/thermopro-ble/issues/13)) ([`78b0a05`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/78b0a056b7f8b2334b6b27274c6c1559c3388b24))
10+
11+
### Fix
12+
13+
* Trigger release ([#16](https://github.com/Bluetooth-Devices/thermopro-ble/issues/16)) ([`f791dee`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/f791dee2e8839b2b39f776ec4abbc3d8bafee71c))
14+
515
## v0.4.5 (2023-02-07)
616
### Fix
717
* Account for switching adapter when finding changed_manufacturer_data ([#8](https://github.com/Bluetooth-Devices/thermopro-ble/issues/8)) ([`18a949b`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/18a949bbccc3efdaf584440ad092baec4b938f9f))

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 = "thermopro-ble"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
description = "Thermopro BLE Sensors"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/thermopro_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 ThermoProBluetoothDeviceData
1717

18-
__version__ = "0.4.5"
18+
__version__ = "0.5.0"
1919

2020
__all__ = [
2121
"ThermoProBluetoothDeviceData",

0 commit comments

Comments
 (0)