Skip to content

Commit b621f34

Browse files
committed
update devel version
1 parent 6c548eb commit b621f34

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.1.dev xxxx-xx-xx
3+
0.2.1.dev0 xxxx-xx-xx
44

55
- fix ModbusServer: wrong check of input registers length in DataBank (thanks to monsieurvor).
66
- improve hostname validation in utils (thanks to MCXIV and schmocker).

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.dev'
4+
VERSION = '0.2.1.dev0'
55
# Modbus/TCP
66
MODBUS_PORT = 502
77
# Modbus function code

0 commit comments

Comments
 (0)