Skip to content

Commit cf741f5

Browse files
committed
release v0.1.5
1 parent b19d629 commit cf741f5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for pyModbusTCP
22

3+
0.1.5 2017-11-23
4+
5+
- add long_list_to_word to utils.
6+
- add float support as example.
7+
38
0.1.4 2017-11-13
49

510
- fix port and host accessors, change check now use "==" and not "is".

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.4
4+
# Version: 0.1.5
55
# Website: https://github.com/sourceperl/pyModbusTCP
6-
# Date: 2017-11-13
6+
# Date: 2017-11-23
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,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '0.1.4'
3+
VERSION = '0.1.5'
44
## ModBus/TCP
55
MODBUS_PORT = 502
66
## Modbus mode

0 commit comments

Comments
 (0)