8000 Prepare 0.7.3 (#1116) · msz-coder/python-kasa@5df6c76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5df6c76

Browse files
authored
Prepare 0.7.3 (python-kasa#1116)
## [0.7.3](https://github.com/python-kasa/python-kasa/tree/0.7.3) (2024-09-10) [Full Changelog](python-kasa/python-kasa@0.7.2...0.7.3) **Release summary:** - Migrate from `poetry` to `uv` for package/project management. - Various minor code improvements **Project maintenance:** - Do not regenerate aes key pair [\python-kasa#1114](python-kasa#1114) (@sdb9696) - Fix tests due to yarl URL str output change [\python-kasa#1112](python-kasa#1112) (@sdb9696) - Add missing type hints to alarm module [\python-kasa#1111](python-kasa#1111) (@rytilahti) - Add KH100 EU fixtures [\python-kasa#1109](python-kasa#1109) (@rytilahti) - Migrate from poetry to uv for dependency and package management [\python-kasa#986](python-kasa#986) (@sdb9696)
1 parent fcf8f07 commit 5df6c76

File tree

3 files changed

+280
-255
lines changed

3 files changed

+280
-255
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## [0.7.2](https://github.com/python-kasa/python-kasa/tree/0.7.2) (2024-08-30)
421

522
[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.7.1...0.7.2)
@@ -27,11 +44,11 @@
2744

2845
**Project maintenance:**
2946

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)
3049
- Add flake8-pytest-style \(PT\) for ruff [\#1105](https://github.com/python-kasa/python-kasa/pull/1105) (@rytilahti)
3150
- Add flake8-logging \(LOG\) and flake8-logging-format \(G\) for ruff [\#1104](https://github.com/python-kasa/python-kasa/pull/1104) (@rytilahti)
3251
- 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)
3552

3653
## [0.7.1](https://github.com/python-kasa/python-kasa/tree/0.7.1) (2024-07-31)
3754

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-kasa"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "Python API for TP-Link Kasa and Tapo devices"
55
license = {text = "GPL-3.0-or-later"}
66
authors = [ { name = "python-kasa developers" }]

0 commit comments

Comments
 (0)
0