Skip to content

Commit

Permalink
tapo-py: Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 10, 2023
1 parent eb4cd56 commit e794f6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
16 changes: 0 additions & 16 deletions tapo-py-test/pyproject.toml

This file was deleted.

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.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 <[email protected]>"]

[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" }
Expand Down

0 comments on commit e794f6b

Please sign in to comment.