Skip to content

Commit

Permalink
release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceperl committed Mar 2, 2021
1 parent 2fe2ed3 commit 5c75031
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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.
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.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)
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.9'
VERSION = '0.1.10'
# ModBus/TCP
MODBUS_PORT = 502
# Modbus mode
Expand Down

0 comments on commit 5c75031

Please sign in to comment.