Skip to content

Commit 80e0fc3

Browse files
committed
release v0.2.2
1 parent f9b94e0 commit 80e0fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for pyModbusTCP
22

3-
0.2.2.dev0 xxxx-xx-xx
3+
0.2.2 2024-07-31
44

55
- fix ModbusServer: wrong check of discrete inputs length in DataBank (thanks to OTnetproj).
66
- updated compatibility test (python versions): remove 3.7, add 3.12.

pyModbusTCP/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" pyModbusTCP package constants definition """
22

33
# Package version
4-
VERSION = '0.2.2.dev0'
4+
VERSION = '0.2.2'
55
# Modbus/TCP
66
MODBUS_PORT = 502
77
# Modbus function code

0 commit comments

Comments
 (0)