Skip to content

Commit c9c11fc

Browse files
author
github-actions
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 256eb2e commit c9c11fc

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.7.0 (2024-01-18)
6+
7+
### Feature
8+
9+
* Add support for temp spike TP96x ([#18](https://github.com/Bluetooth-Devices/thermopro-ble/issues/18)) ([`fd53d14`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/fd53d141640138bcd0d90045e5205e584b5495dc))
10+
11+
### Fix
12+
13+
* Correct version merge ([`256eb2e`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/256eb2ed75e454ad6ecbb547a83b724f254e049c))
14+
515
## v0.6.0 (2024-01-06)
616

717
### 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.6.0"
3+
version = "0.7.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.6.0"
18+
__version__ = "0.7.0"
1919

2020
__all__ = [
2121
"ThermoProBluetoothDeviceData",

0 commit comments

Comments
 (0)