Skip to content

Commit

Permalink
No more 3.7 versions !! (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Oct 26, 2024
1 parent 2163b1c commit a1016e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions API_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ API changes
===========
Versions (X.Y.Z) where Z > 0 e.g. 3.0.1 do NOT have API changes!

API changes 3.8.0
-----------------


API changes 3.7.0
-----------------
Expand Down
7 changes: 3 additions & 4 deletions doc/source/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ It is the community that decides how pymodbus evolves NOT the maintainers !

The following bullet points are what the maintainers focus on:

- 3.7.5, bug fix release, hopefully with:
- 3.7.X, bug fix release, hopefully with:
- Not planned
- 3.8.0, with:
- Simplify PDU classes
- Simplify transaction manager (central control point)
- Remove ModbusControlBlock
- 3.7.6, bug fix release, with:
- Not planned
- 3.8.0, with:
- new transaction handling
- transaction 100% coverage
- skip_encode, zero_mode parameters removed
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
from pymodbus.pdu import ExceptionResponse


__version__ = "3.7.5dev"
__version__ = "3.8.0dev"
__version_full__ = f"[pymodbus, version {__version__}]"

0 comments on commit a1016e4

Please sign in to comment.