From 5699aead1551cc1c54696e672ae0fdb1f23a8d06 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Thu, 2 Dec 2021 00:53:47 +0100 Subject: [PATCH] Prepare 0.5.9.1 (#1203) --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f531cdcf..7bf78cc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Change Log + +## [0.5.9.1](https://github.com/rytilahti/python-miio/tree/0.5.9.1) (2021-12-01) + +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. + +[Full Changelog](https://github.com/rytilahti/python-miio/compare/0.5.9...0.5.9.1) + +**Merged pull requests:** + +- Add known models to supported models [\#1202](https://github.com/rytilahti/python-miio/pull/1202) ([rytilahti](https://github.com/rytilahti)) +- Add issue template for missing model information [\#1200](https://github.com/rytilahti/python-miio/pull/1200) ([rytilahti](https://github.com/rytilahti)) + + ## [0.5.9](https://github.com/rytilahti/python-miio/tree/0.5.9) (2021-11-30) Besides enhancements and bug fixes, this release includes plenty of janitoral work to enable common base classes in the future. diff --git a/pyproject.toml b/pyproject.toml index b3aae0669..bdea44cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-miio" -version = "0.5.9" +version = "0.5.9.1" description = "Python library for interfacing with Xiaomi smart appliances" authors = ["Teemu R "] repository = "https://github.com/rytilahti/python-miio"