File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Revision history for pyModbusTCP
3
3
4
- 0.2.0-dev 202x-xx-xx
4
+ 0.2.0 2022-06-05
5
5
6
6
- ModbusClient: parameters are now properties instead of methods (more intuitive).
7
7
- ModbusClient: now TCP auto open mode is active by default (auto_open=True, auto_close=False).
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
3
# Python package: Client and Server for ModBus/TCP
4
- # Version: 0.1.10
4
+ # Version: 0.2.0
5
5
# Website: https://github.com/sourceperl/pyModbusTCP
6
- # Date: 2021-03-02
6
+ # Date: 2022-06-05
7
7
# License: MIT (http://http://opensource.org/licenses/mit-license.php)
8
8
# Description: Client/Server ModBus/TCP
9
9
# Support functions 3 and 16 (class 0)
Original file line number Diff line number Diff line change 1
1
""" pyModbusTCP package constants definition """
2
2
3
3
# Package version
4
- VERSION = '0.2.0-dev '
4
+ VERSION = '0.2.0'
5
5
# Modbus/TCP
6
6
MODBUS_PORT = 502
7
7
# Modbus function code
You can’t perform that action at this time.
0 commit comments