Skip to content

Commit f9b94e0

Browse files
committed
update devel version
1 parent ef2c457 commit f9b94e0

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.x xxxx-xx-xx
3+
0.2.2.dev0 xxxx-xx-xx
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.1'
4+
VERSION = '0.2.2.dev0'
55
# Modbus/TCP
66
MODBUS_PORT = 502
77
# Modbus function code

0 commit comments

Comments
 (0)