File tree 3 files changed +280
-255
lines changed
3 files changed +280
-255
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.3] ( https://github.com/python-kasa/python-kasa/tree/0.7.3 ) (2024-09-10)
4
+
5
+ [ Full Changelog] ( https://github.com/python-kasa/python-kasa/compare/0.7.2...0.7.3 )
6
+
7
+ ** Release summary:**
8
+
9
+ - Migrate from ` poetry ` to ` uv ` for package/project management.
10
+ - Various minor code improvements
11
+
12
+ ** Project maintenance:**
13
+
14
+ - Do not regenerate aes key pair [ \# 1114] ( https://github.com/python-kasa/python-kasa/pull/1114 ) (@sdb9696 )
15
+ - Fix tests due to yarl URL str output change [ \# 1112] ( https://github.com/python-kasa/python-kasa/pull/1112 ) (@sdb9696 )
16
+ - Add missing type hints to alarm module [ \# 1111] ( https://github.com/python-kasa/python-kasa/pull/1111 ) (@rytilahti )
17
+ - Add KH100 EU fixtures [ \# 1109] ( https://github.com/python-kasa/python-kasa/pull/1109 ) (@rytilahti )
18
+ - Migrate from poetry to uv for dependency and package management [ \# 986] ( https://github.com/python-kasa/python-kasa/pull/986 ) (@sdb9696 )
19
+
3
20
## [ 0.7.2] ( https://github.com/python-kasa/python-kasa/tree/0.7.2 ) (2024-08-30)
4
21
5
22
[ Full Changelog] ( https://github.com/python-kasa/python-kasa/compare/0.7.1...0.7.2 )
27
44
28
45
** Project maintenance:**
29
46
47
+ - Remove top level await xdoctest fixture [ \# 1098] ( https://github.com/python-kasa/python-kasa/pull/1098 ) (@sdb9696 )
48
+ - Enable python 3.13, allow pre-releases for CI [ \# 1086] ( https://github.com/python-kasa/python-kasa/pull/1086 ) (@rytilahti )
30
49
- Add flake8-pytest-style \( PT\) for ruff [ \# 1105] ( https://github.com/python-kasa/python-kasa/pull/1105 ) (@rytilahti )
31
50
- Add flake8-logging \( LOG\) and flake8-logging-format \( G\) for ruff [ \# 1104] ( https://github.com/python-kasa/python-kasa/pull/1104 ) (@rytilahti )
32
51
- Add missing typing\_ extensions dependency [ \# 1101] ( https://github.com/python-kasa/python-kasa/pull/1101 ) (@sdb9696 )
33
- - Remove top level await xdoctest fixture [ \# 1098] ( https://github.com/python-kasa/python-kasa/pull/1098 ) (@sdb9696 )
34
- - Enable python 3.13, allow pre-releases for CI [ \# 1086] ( https://github.com/python-kasa/python-kasa/pull/1086 ) (@rytilahti )
35
52
36
53
## [ 0.7.1] ( https://github.com/python-kasa/python-kasa/tree/0.7.1 ) (2024-07-31)
37
54
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " python-kasa"
3
- version = " 0.7.2 "
3
+ version = " 0.7.3 "
4
4
description = " Python API for TP-Link Kasa and Tapo devices"
5
5
license = {text = " GPL-3.0-or-later" }
6
6
authors = [ { name = " python-kasa developers" }]
You can’t perform that action at this time.
0 commit comments