diff --git a/CHANGES b/CHANGES index b4ba1df..7f78b43 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ Revision history for pyModbusTCP -0.x.x Next release +0.1.10 2021-03-02 - word_list_to_long() and long_list_to_word(), now support 64 bits long long with opt long_long. - encode_ieee() and decode_ieee(), now support double-precision format with opt double. diff --git a/pyModbusTCP/__init__.py b/pyModbusTCP/__init__.py index b88acb6..3e93fd6 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.9 +# Version: 0.1.10 # Website: https://github.com/sourceperl/pyModbusTCP -# Date: 2021-02-26 +# Date: 2021-03-02 # 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 99d84fd..d11c415 100644 --- a/pyModbusTCP/constants.py +++ b/pyModbusTCP/constants.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = '0.1.9' +VERSION = '0.1.10' # ModBus/TCP MODBUS_PORT = 502 # Modbus mode