File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 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:
1717
1818- 3.8.X bug fix release, with:
1919 - 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:
2421 - Simulator datastore, with simple configuration
2522 - Remove remote_datastore
26- - 4.0.0, with:
2723 - Remove BinaryPayload
2824 - Server becomes Simulator
29- - New serial forwarder
3025 - client async with sync/async API
3126 - 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
3231 - GUI client, to analyze devices
3332 - GUI server, to simulate devices
3433
Original file line number Diff line number Diff line change 1818from pymodbus .pdu import ExceptionResponse
1919
2020
21- __version__ = "3.9.0dev2 "
21+ __version__ = "4.0.0dev0 "
2222__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments