From 352bf2427655493df853614b3122ab412f44484f Mon Sep 17 00:00:00 2001 From: Dinculescu Date: Sat, 4 Nov 2023 10:38:47 +0000 Subject: [PATCH] tapo-py: Release v0.1.3 --- CHANGELOG.md | 3 +++ tapo-py/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16b2ba..46b89bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/tapo-py/pyproject.toml b/tapo-py/pyproject.toml index d9d9212..3fcf659 100644 --- a/tapo-py/pyproject.toml +++ b/tapo-py/pyproject.toml @@ -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 "] [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" }