Skip to content

Commit 2e257a3

Browse files
committed
Release version 0.4.2
1 parent fc30b94 commit 2e257a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@
1818
- Serial number of the cube was not extracted from handshake
1919
- When changing to auto mode, use weekly programme to fetch current temperature
2020
- Make MAX! Cube TCP port optional
21+
22+
### Version 0.4.2
23+
* Bug fixes:
24+
- Interpret correctly S command error responses (https://github.com/home-assistant/core/issues/49075)
25+
- Support application timezone configuration (https://github.com/home-assistant/core/issues/49076)
26+
* Improvements in device logging
27+
* Build improvements:
28+
* Move from Travis to Github Actions to execute validation actions
29+
* Add code style and quality checks to the validation actions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="maxcube-api",
9-
version="0.4.1",
9+
version="0.4.2",
1010
description="eQ-3/ELV MAX! Cube Python API",
1111
long_description=readme,
1212
author="David Uebelacker",

0 commit comments

Comments
 (0)