Skip to content

Commit

Permalink
release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceperl committed Nov 23, 2017
1 parent b19d629 commit cf741f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for pyModbusTCP

0.1.5 2017-11-23

- add long_list_to_word to utils.
- add float support as example.

0.1.4 2017-11-13

- fix port and host accessors, change check now use "==" and not "is".
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.4
# Version: 0.1.5
# Website: https://github.com/sourceperl/pyModbusTCP
# Date: 2017-11-13
# Date: 2017-11-23
# 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.4'
VERSION = '0.1.5'
## ModBus/TCP
MODBUS_PORT = 502
## Modbus mode
Expand Down

0 comments on commit cf741f5

Please sign in to comment.