We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b94e0 commit 80e0fc3Copy full SHA for 80e0fc3
CHANGES
@@ -1,6 +1,6 @@
1
Revision history for pyModbusTCP
2
3
-0.2.2.dev0 xxxx-xx-xx
+0.2.2 2024-07-31
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.2.dev0'
+VERSION = '0.2.2'
# Modbus/TCP
MODBUS_PORT = 502
7
# Modbus function code
0 commit comments