Skip to content

Commit

Permalink
Release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiur committed Apr 11, 2021
1 parent fc30b94 commit 2e257a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@
- Serial number of the cube was not extracted from handshake
- When changing to auto mode, use weekly programme to fetch current temperature
- Make MAX! Cube TCP port optional

### Version 0.4.2
* Bug fixes:
- Interpret correctly S command error responses (https://github.com/home-assistant/core/issues/49075)
- Support application timezone configuration (https://github.com/home-assistant/core/issues/49076)
* Improvements in device logging
* Build improvements:
* Move from Travis to Github Actions to execute validation actions
* Add code style and quality checks to the validation actions
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="maxcube-api",
version="0.4.1",
version="0.4.2",
description="eQ-3/ELV MAX! Cube Python API",
long_description=readme,
author="David Uebelacker",
Expand Down

0 comments on commit 2e257a3

Please sign in to comment.