Skip to content

Commit cd22c56

Browse files
committed
release v0.2.0
1 parent 9bb08dd commit cd22c56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Revision history for pyModbusTCP
33

4-
0.2.0-dev 202x-xx-xx
4+
0.2.0 2022-06-05
55

66
- ModbusClient: parameters are now properties instead of methods (more intuitive).
77
- ModbusClient: now TCP auto open mode is active by default (auto_open=True, auto_close=False).

pyModbusTCP/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

33
# Python package: Client and Server for ModBus/TCP
4-
# Version: 0.1.10
4+
# Version: 0.2.0
55
# Website: https://github.com/sourceperl/pyModbusTCP
6-
# Date: 2021-03-02
6+
# Date: 2022-06-05
77
# License: MIT (http://http://opensource.org/licenses/mit-license.php)
88
# Description: Client/Server ModBus/TCP
99
# Support functions 3 and 16 (class 0)

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

0 commit comments

Comments
 (0)