Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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