Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 18, 2024
1 parent 256eb2e commit c9c11fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.7.0 (2024-01-18)

### Feature

* 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))

### Fix

* Correct version merge ([`256eb2e`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/256eb2ed75e454ad6ecbb547a83b724f254e049c))

## v0.6.0 (2024-01-06)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "thermopro-ble"
version = "0.6.0"
version = "0.7.0"
description = "Thermopro BLE Sensors"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/thermopro_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import ThermoProBluetoothDeviceData

__version__ = "0.6.0"
__version__ = "0.7.0"

__all__ = [
"ThermoProBluetoothDeviceData",
Expand Down

0 comments on commit c9c11fc

Please sign in to comment.