We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bb9de commit a1dc8c9Copy full SHA for a1dc8c9
CHANGES
@@ -1,6 +1,6 @@
1
Revision history for pyModbusTCP
2
3
-0.2.1.dev0 xxxx-xx-xx
+0.2.1 2023-11-21
4
5
- fix ModbusServer: wrong check of input registers length in DataBank (thanks to monsieurvor).
6
- improve hostname validation in utils (thanks to MCXIV and schmocker).
pyModbusTCP/constants.py
@@ -1,7 +1,7 @@
""" pyModbusTCP package constants definition """
# Package version
-VERSION = '0.2.1.dev0'
+VERSION = '0.2.1'
# Modbus/TCP
MODBUS_PORT = 502
7
# Modbus function code
0 commit comments