We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bd3cc commit 809cf98Copy full SHA for 809cf98
CHANGES
@@ -1,6 +1,6 @@
1
Revision history for pyModbusTCP
2
3
-0.3.0.dev0 xxxx-xx-xx
+0.3.0 2024-09-04
4
5
- pyModbusTCP.client: now use the standard logging method as in the server part.
6
- ModbusClient: debug flag is removed (see examples/client_debug.py).
pyModbusTCP/constants.py
@@ -1,7 +1,7 @@
""" pyModbusTCP package constants definition """
# Package version
-VERSION = '0.3.0.dev0'
+VERSION = '0.3.0'
# Modbus/TCP
MODBUS_PORT = 502
7
# Modbus function code
0 commit comments