Skip to content

Commit

Permalink
release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceperl committed Jul 31, 2024
1 parent f9b94e0 commit 80e0fc3
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.2.2.dev0 xxxx-xx-xx
0.2.2 2024-07-31

- fix ModbusServer: wrong check of discrete inputs length in DataBank (thanks to OTnetproj).
- updated compatibility test (python versions): remove 3.7, add 3.12.
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.2.2.dev0'
VERSION = '0.2.2'
# Modbus/TCP
MODBUS_PORT = 502
# Modbus function code
Expand Down

0 comments on commit 80e0fc3

Please sign in to comment.