Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 11, 2024
1 parent 8f58f9a commit 19d388b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.10.0 (2024-02-11)

### Feature

* Add support for TP970R ([#22](https://github.com/Bluetooth-Devices/thermopro-ble/issues/22)) ([`8f58f9a`](https://github.com/Bluetooth-Devices/thermopro-ble/commit/8f58f9ad7646616e3ad974ae1dbd6b498c33fa75))

## v0.9.0 (2024-01-24)

### 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.9.0"
version = "0.10.0"
description = "Thermopro BLE Sensors"
authors = ["J. Nick Koston <[email protected]>"]
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.9.0"
__version__ = "0.10.0"

__all__ = [
"ThermoProBluetoothDeviceData",
Expand Down

0 comments on commit 19d388b

Please sign in to comment.