Skip to content

Commit

Permalink
tapo-py: Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Nov 4, 2023
1 parent 7bbcd05 commit 352bf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ file. This change log follows the conventions of

## [Python Unreleased][Unreleased]

## [Python v0.1.3][py-v0.1.3] - 2023-11-4

### Added

- Added support for the L510, L520 and L610 light bulbs.
Expand Down Expand Up @@ -214,6 +216,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.3]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.1.3
[py-v0.1.2]: https://github.com/mihai-dinculescu/tapo/tree/py-v0.1.2
[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
Expand Down
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.1.2"
version = "0.1.3"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115)."
authors = ["Mihai Dinculescu <[email protected]>"]

[project]
name = "tapo"
version = "0.1.2"
version = "0.1.3"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115)."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 352bf24

Please sign in to comment.