Skip to content

Commit

Permalink
release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceperl committed May 14, 2018
1 parent e7d4321 commit 5b413c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for pyModbusTCP

0.1.6 2018-05-14

- fix multiple TCP packets recv issue in ModbusClient and ModbusServer (thanks Farin94).

0.1.5 2017-11-23

- add long_list_to_word to utils.
Expand Down
4 changes: 2 additions & 2 deletions pyModbusTCP/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

# Python package: Client and Server for ModBus/TCP
# Version: 0.1.5
# Version: 0.1.6
# Website: https://github.com/sourceperl/pyModbusTCP
# Date: 2017-11-23
# Date: 2018-05-14
# License: MIT (http://http://opensource.org/licenses/mit-license.php)
# Description: Client/Server ModBus/TCP
# Support functions 3 and 16 (class 0)
Expand Down
2 changes: 1 addition & 1 deletion pyModbusTCP/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

VERSION = '0.1.5'
VERSION = '0.1.6'
## ModBus/TCP
MODBUS_PORT = 502
## Modbus mode
Expand Down

0 comments on commit 5b413c7

Please sign in to comment.