Skip to content

Commit 5699aea

Browse files
authored
Prepare 0.5.9.1 (#1203)
1 parent 7fc4540 commit 5699aea

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Change Log
2+
3+
## [0.5.9.1](https://github.com/rytilahti/python-miio/tree/0.5.9.1) (2021-12-01)
4+
5+
This minor release only adds already known models pre-emptively to the lists of supported models to avoid flooding the issue tracker on reports after the next homeassistant release.
6+
7+
[Full Changelog](https://github.com/rytilahti/python-miio/compare/0.5.9...0.5.9.1)
8+
9+
**Merged pull requests:**
10+
11+
- Add known models to supported models [\#1202](https://github.com/rytilahti/python-miio/pull/1202) ([rytilahti](https://github.com/rytilahti))
12+
- Add issue template for missing model information [\#1200](https://github.com/rytilahti/python-miio/pull/1200) ([rytilahti](https://github.com/rytilahti))
13+
14+
215
## [0.5.9](https://github.com/rytilahti/python-miio/tree/0.5.9) (2021-11-30)
316

417
Besides enhancements and bug fixes, this release includes plenty of janitoral work to enable common base classes in the future.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-miio"
3-
version = "0.5.9"
3+
version = "0.5.9.1"
44
description = "Python library for interfacing with Xiaomi smart appliances"
55
authors = ["Teemu R <tpr@iki.fi>"]
66
repository = "https://github.com/rytilahti/python-miio"

0 commit comments

Comments
 (0)