From e794f6b0c2d6d0039f93244a88f0cdf5c7723dc3 Mon Sep 17 00:00:00 2001 From: Dinculescu Date: Tue, 10 Oct 2023 21:20:35 +0100 Subject: [PATCH] tapo-py: Release v0.1.2 --- CHANGELOG.md | 8 +++++--- tapo-py-test/pyproject.toml | 16 ---------------- tapo-py/pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 tapo-py-test/pyproject.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index e895785..ffb6ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com][keepachangelog]. -## [Unreleased] +## [Rust Unreleased][Unreleased] -## [Python Unreleased] +## [Python Unreleased][Unreleased] + +## [Python v0.1.2][py-v0.1.2] - 2023-10-19 ### Added @@ -196,7 +198,7 @@ let device = ApiClient::new(ip_address, tapo_username, tapo_password)? ### Initial Release of Tapo [Unreleased]: https://github.com/mihai-dinculescu/tapo -[Python Unreleased]: https://github.com/mihai-dinculescu/tapo +[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 [v0.7.3]: https://github.com/mihai-dinculescu/tapo/tree/v0.7.3 diff --git a/tapo-py-test/pyproject.toml b/tapo-py-test/pyproject.toml deleted file mode 100644 index a5491cb..0000000 --- a/tapo-py-test/pyproject.toml +++ /dev/null @@ -1,16 +0,0 @@ -[tool.poetry] -name = "tapo-py-test" -version = "0.1.0" -description = "" -authors = ["Mihai Dinculescu "] -readme = "README.md" - -[tool.poetry.dependencies] -python = "^3.9" -tapo = { path = "../tapo-py", develop = true } -plugp100 = "^3.10.3" - - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" diff --git a/tapo-py/pyproject.toml b/tapo-py/pyproject.toml index 50e6ce4..0ebf5bd 100644 --- a/tapo-py/pyproject.toml +++ b/tapo-py/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "tapo" -version = "0.1.1" +version = "0.1.2" description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with plugs (P100, P105, P110, P115)." authors = ["Mihai Dinculescu "] [project] name = "tapo" -version = "0.1.1" +version = "0.1.2" 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" }