Skip to content

Commit 957dc5e

Browse files
committed
Release 0.4.1 version
1 parent e309303 commit 957dc5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@
1111
can block other applications to connect to the Max! Cube. You
1212
can call cube disconnect() method to release the connection
1313
manually.
14+
15+
### Version 0.4.1
16+
* Several minor changes:
17+
- Allow to rollback to non-persistent connections to keep using original software for unsupported operations
18+
- Serial number of the cube was not extracted from handshake
19+
- When changing to auto mode, use weekly programme to fetch current temperature
20+
- Make MAX! Cube TCP port optional

setup.py

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

88
setup(
99
name='maxcube-api',
10-
version='0.4.0',
10+
version='0.4.1',
1111
description='eQ-3/ELV MAX! Cube Python API',
1212
long_description=readme,
1313
author='David Uebelacker',

0 commit comments

Comments
 (0)