Skip to content

Commit 809cf98

Browse files
committed
release v0.3.0
1 parent 43bd3cc commit 809cf98

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.3.0.dev0 xxxx-xx-xx
3+
0.3.0 2024-09-04
44

55
- pyModbusTCP.client: now use the standard logging method as in the server part.
66
- ModbusClient: debug flag is removed (see examples/client_debug.py).

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

0 commit comments

Comments
 (0)