Skip to content

Commit a1016e4

Browse files
authored
No more 3.7 versions !! (#2418)
1 parent 2163b1c commit a1016e4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

API_changes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ API changes
22
===========
33
Versions (X.Y.Z) where Z > 0 e.g. 3.0.1 do NOT have API changes!
44

5+
API changes 3.8.0
6+
-----------------
7+
58

69
API changes 3.7.0
710
-----------------

doc/source/roadmap.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ It is the community that decides how pymodbus evolves NOT the maintainers !
1515

1616
The following bullet points are what the maintainers focus on:
1717

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:
1921
- Simplify PDU classes
2022
- Simplify transaction manager (central control point)
2123
- Remove ModbusControlBlock
22-
- 3.7.6, bug fix release, with:
23-
- Not planned
24-
- 3.8.0, with:
2524
- new transaction handling
2625
- transaction 100% coverage
2726
- skip_encode, zero_mode parameters removed

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from pymodbus.pdu import ExceptionResponse
1919

2020

21-
__version__ = "3.7.5dev"
21+
__version__ = "3.8.0dev"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)