File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,17 @@ The following bullet points are what the maintainers focus on:
17
17
18
18
- 3.8.X bug fix release, with:
19
19
- Currently not planned
20
- - 3.9.0, with:
21
- - All of branch wait_next_api
22
- - ModbusControlBlock pr slave
23
- - New custom PDU (function codes)
20
+ - 4.0.0, with:
24
21
- Simulator datastore, with simple configuration
25
22
- Remove remote_datastore
26
- - 4.0.0, with:
27
23
- Remove BinaryPayload
28
24
- Server becomes Simulator
29
- - New serial forwarder
30
25
- client async with sync/async API
31
26
- Only one datastore, but with different API`s
27
+ - 4.1.0, with:
28
+ - ModbusControlBlock pr slave
29
+ - New custom PDU (function codes)
30
+ - New serial forwarder
32
31
- GUI client, to analyze devices
33
32
- GUI server, to simulate devices
34
33
Original file line number Diff line number Diff line change 18
18
from pymodbus .pdu import ExceptionResponse
19
19
20
20
21
- __version__ = "3.9.0dev2 "
21
+ __version__ = "4.0.0dev0 "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments