Skip to content

Commit

Permalink
tapo-py: Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 1, 2023
1 parent f0c7c73 commit 6b6eeb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ file. This change log follows the conventions of

## [Unreleased]

## [Python v0.1.1][py-v0.1.1] - 2023-10-01

This is the first version of the Python wrapper library.
It supports the plug devices P100, P105, P110 and P115.

## [v0.7.4] - 2023-09-15

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

[unreleased]: https://github.com/mihai-dinculescu/tapo
[py-v0.1.1]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.1.1
[v0.7.4]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.4
[v0.7.3]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.3
[v0.7.2]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.2
Expand Down
8 changes: 4 additions & 4 deletions tapo-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "tapo"
version = "0.1.0"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (T100, T110, T310, T315)."
version = "0.1.1"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with plugs (P100, P105, P110, P115)."
authors = ["Mihai Dinculescu <[email protected]>"]

[project]
name = "tapo"
version = "0.1.0"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (T100, T110, T310, T315)."
version = "0.1.1"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with plugs (P100, P105, P110, P115)."
readme = "README.md"
license = { file = "LICENSE" }
authors = [
Expand Down

0 comments on commit 6b6eeb1

Please sign in to comment.