We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2c457 commit f9b94e0Copy full SHA for f9b94e0
CHANGES
@@ -1,6 +1,6 @@
1
Revision history for pyModbusTCP
2
3
-0.2.x xxxx-xx-xx
+0.2.2.dev0 xxxx-xx-xx
4
5
- fix ModbusServer: wrong check of discrete inputs length in DataBank (thanks to OTnetproj).
6
- updated compatibility test (python versions): remove 3.7, add 3.12.
pyModbusTCP/constants.py
@@ -1,7 +1,7 @@
""" pyModbusTCP package constants definition """
# Package version
-VERSION = '0.2.1'
+VERSION = '0.2.2.dev0'
# Modbus/TCP
MODBUS_PORT = 502
7
# Modbus function code
0 commit comments