Skip to content

Commit 078ab4b

Browse files
author
github-actions
committed
0.10.1
Automatically generated by python-semantic-release
1 parent 507cd33 commit 078ab4b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.10.1 (2025-01-20)
6+
7+
### Fix
8+
9+
* Avoid rejecting manufacturer_data if the first value short ([#47](https://github.com/Bluetooth-Devices/thermopro-ble/issues/47)) ([`507cd33`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/507cd33b6733a5281696dec344b402ccee34b4ff))
10+
511
## v0.10.0 (2024-02-11)
612

713
### Feature

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.10.0"
3+
version = "0.10.1"
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
@@ -16,7 +16,7 @@
1616

1717
from .parser import ThermoProBluetoothDeviceData
1818

19-
__version__ = "0.10.0"
19+
__version__ = "0.10.1"
2020

2121
__all__ = [
2222
"ThermoProBluetoothDeviceData",

0 commit comments

Comments
 (0)