Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceperl committed Sep 4, 2024
1 parent 43bd3cc commit 809cf98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for pyModbusTCP

0.3.0.dev0 xxxx-xx-xx
0.3.0 2024-09-04

- pyModbusTCP.client: now use the standard logging method as in the server part.
- ModbusClient: debug flag is removed (see examples/client_debug.py).
Expand Down
2 changes: 1 addition & 1 deletion pyModbusTCP/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" pyModbusTCP package constants definition """

# Package version
VERSION = '0.3.0.dev0'
VERSION = '0.3.0'
# Modbus/TCP
MODBUS_PORT = 502
# Modbus function code
Expand Down

0 comments on commit 809cf98

Please sign in to comment.