Release 0.5.3 (#485)

This release adds support for defining the device port and introduces dependency on async-timeout which improves timeout handling.

[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.5.2...0.5.3)
This commit is contained in:
Teemu R
2023-07-23 15:49:27 +02:00
committed by GitHub
parent 677ef9c3ef
commit e98475a1b2
2 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-kasa"
version = "0.5.2"
version = "0.5.3"
description = "Python API for TP-Link Kasa Smarthome devices"
license = "GPL-3.0-or-later"
authors = ["python-kasa developers"]