Skip to content

Commit cdc73f9

Browse files
committed
Update docs
1 parent 04af8ab commit cdc73f9

File tree

16 files changed

+70
-55
lines changed

16 files changed

+70
-55
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ endif()
2424

2525
set(MB_QT_ENABLED ON)
2626
set(MB_C_SUPPORT_DISABLE ON)
27-
add_subdirectory(modbus/src)
27+
# EXCLUDE_FROM_ALL: to not generate install data
28+
add_subdirectory(modbus/src EXCLUDE_FROM_ALL)
2829

2930
add_subdirectory(src/core)
3031

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ provides `Output` window where standard output is redirected.
155155
The rest is the power of Python, its standard library, 3rd party libraries,
156156
and your own libraries and scripts.
157157

158+
__*New in version 0.4.5*__:
159+
> Starting with the version oldest supported Python interpreter is `Python 3.6`.
160+
158161
Every device has its own set of scripts: `Init`, `Loop` and `Final`.
159162
Those scripts accessable through device menu or contex menu for device.
160163

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,7 @@ List of changes of new v0.4 version of ModbusTools:
171171
* Fixed `Send Message` func `23 (0x17) ReadWriteMultipleRegisters` error for registers to write
172172
[](https://github.com/serhmarch/ModbusTools/discussions/51)
173173

174+
# 0.4.5
175+
176+
* Fixed log crash issue #56
177+
* Made support for Python 3.6+ interpreter

doc/DoxyfileClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = ModbusClient
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.4.4
51+
PROJECT_NUMBER = 0.4.5
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/DoxyfileServer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = ModbusServer
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.4.4
51+
PROJECT_NUMBER = 0.4.5
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/input/server/server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,9 @@ provides `Output` window where standard output is redirected.
759759
The rest is the power of Python, its standard library, 3rd party libraries,
760760
and your own libraries and scripts.
761761

762+
__*New in version 0.4.5*__:
763+
> Starting with the version oldest supported Python interpreter is `Python 3.6`.
764+
762765
Every device has its own set of scripts: `Init`, `Loop` and `Final`.
763766
Those scripts accessable through device menu or contex menu for device.
764767

doc/output/ModbusClient.chm

20 Bytes
Binary file not shown.

doc/output/ModbusClient.qch

0 Bytes
Binary file not shown.

doc/output/ModbusClient.qhc

0 Bytes
Binary file not shown.

doc/output/ModbusServer.chm

320 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)