Skip to content

Commit

Permalink
Prepare 0.5.2.1 with a quick minor fix for vacuum gen1 fan speed dete…
Browse files Browse the repository at this point in the history
…ction. (#749)

[Full Changelog](0.5.2...0.5.2.1)

**Merged pull requests:**

- vacuum: Catch DeviceInfoUnavailableException for model detection [\#748](#748) ([rytilahti](https://github.com/rytilahti))
  • Loading branch information
rytilahti committed Jul 3, 2020
1 parent 6078c15 commit 0155ebc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log


## [0.5.2.1](https://github.com/rytilahti/python-miio/tree/0.5.2.1) (2020-07-03)

A quick minor fix for vacuum gen1 fan speed detection.

[Full Changelog](https://github.com/rytilahti/python-miio/compare/0.5.2...0.5.2.1)

**Merged pull requests:**

- vacuum: Catch DeviceInfoUnavailableException for model detection [\#748](https://github.com/rytilahti/python-miio/pull/748) ([rytilahti](https://github.com/rytilahti))

## [0.5.2](https://github.com/rytilahti/python-miio/tree/0.5.2) (2020-07-03)

This release brings several improvements to the gateway support, thanks to @starkillerOG as well as some minor improvements and fixes to some other parts.
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -30,7 +30,7 @@ git commit -av
5. Tag a release (and add short changelog as a tag commit message)

```bash
git tag -a 0.3.1
git tag -a $NEW_RELEASE
```

6. Push to git
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-miio"
version = "0.5.2"
version = "0.5.2.1"
description = "Python library for interfacing with Xiaomi smart appliances"
authors = ["Teemu R <tpr@iki.fi>"]
repository = "https://github.com/rytilahti/python-miio"
Expand Down

0 comments on commit 0155ebc

Please sign in to comment.