File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ API changes
2
2
===========
3
3
Versions (X.Y.Z) where Z > 0 e.g. 3.0.1 do NOT have API changes!
4
4
5
+ API changes 3.8.0
6
+ -----------------
7
+
5
8
6
9
API changes 3.7.0
7
10
-----------------
Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ It is the community that decides how pymodbus evolves NOT the maintainers !
15
15
16
16
The following bullet points are what the maintainers focus on:
17
17
18
- - 3.7.5, bug fix release, hopefully with:
18
+ - 3.7.X, bug fix release, hopefully with:
19
+ - Not planned
20
+ - 3.8.0, with:
19
21
- Simplify PDU classes
20
22
- Simplify transaction manager (central control point)
21
23
- Remove ModbusControlBlock
22
- - 3.7.6, bug fix release, with:
23
- - Not planned
24
- - 3.8.0, with:
25
24
- new transaction handling
26
25
- transaction 100% coverage
27
26
- skip_encode, zero_mode parameters removed
Original file line number Diff line number Diff line change 18
18
from pymodbus .pdu import ExceptionResponse
19
19
20
20
21
- __version__ = "3.7.5dev "
21
+ __version__ = "3.8.0dev "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments