Skip to content

Commit

Permalink
tapo-py: Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Nov 7, 2024
1 parent 9959809 commit 73bd223
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ file. This change log follows the conventions of

## [Python Unreleased][Unreleased]

## [Python v0.7.0][py-v0.7.0] - 2024-11-07

### Added

- Added full support for the KE100 thermostatic radiator valve (TRV) through the `KE100Handler`.
- Added support for the KE100 thermostatic radiator valve (TRV).

## [Rust v0.7.17][v0.7.17] - 2024-10-23

Expand Down Expand Up @@ -496,6 +498,7 @@ let device = ApiClient::new(ip_address, tapo_username, tapo_password)?
### Initial Release of Tapo

[Unreleased]: https://github.com/mihai-dinculescu/tapo
[py-v0.7.0]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.7.0
[v0.7.17]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.17
[py-v0.6.0]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.6.0
[v0.7.16]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.16
Expand Down
8 changes: 4 additions & 4 deletions tapo-py/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tapo-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "tapo"
version = "0.6.0"
version = "0.7.0"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L535, L610, L630), plugs (P100, P105, P110, P115), power strips (P300, P304), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315)."
authors = ["Mihai Dinculescu <[email protected]>"]

[project]
name = "tapo"
version = "0.6.0"
version = "0.7.0"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L535, L610, L630), plugs (P100, P105, P110, P115), power strips (P300, P304), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315)."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 73bd223

Please sign in to comment.