From cf741f5f02c96e99e5bae17f8be5508e84ca8c4a Mon Sep 17 00:00:00 2001 From: sourceperl Date: Thu, 23 Nov 2017 16:02:02 +0100 Subject: [PATCH] release v0.1.5 --- CHANGES | 5 +++++ pyModbusTCP/__init__.py | 4 ++-- pyModbusTCP/constants.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7cbd30d..1958d03 100644 --- a/CHANGES +++ b/CHANGES @@ -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". diff --git a/pyModbusTCP/__init__.py b/pyModbusTCP/__init__.py index 92c6bb3..39b57e5 100644 --- a/pyModbusTCP/__init__.py +++ b/pyModbusTCP/__init__.py @@ -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) diff --git a/pyModbusTCP/constants.py b/pyModbusTCP/constants.py index d9f07a0..12b61ba 100644 --- a/pyModbusTCP/constants.py +++ b/pyModbusTCP/constants.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = '0.1.4' +VERSION = '0.1.5' ## ModBus/TCP MODBUS_PORT = 502 ## Modbus mode