We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e309303 commit 957dc5eCopy full SHA for 957dc5e
2 files changed
CHANGELOG.rst
@@ -11,3 +11,10 @@
11
can block other applications to connect to the Max! Cube. You
12
can call cube disconnect() method to release the connection
13
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
@@ -7,7 +7,7 @@
7
8
setup(
9
name='maxcube-api',
10
- version='0.4.0',
+ version='0.4.1',
description='eQ-3/ELV MAX! Cube Python API',
long_description=readme,
author='David Uebelacker',
0 commit comments