Skip to content

Commit 9432d2b

Browse files
committedMar 4, 2025·
Officially working towards 4.0.0
1 parent feeb36b commit 9432d2b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
 

‎doc/source/roadmap.rst

+5-6
Original file line numberDiff line numberDiff 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

‎pymodbus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from pymodbus.pdu import ExceptionResponse
1919

2020

21-
__version__ = "3.9.0dev2"
21+
__version__ = "4.0.0dev0"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)
Please sign in to comment.