Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more 3.7 versions !! #2418

Merged
merged 2 commits into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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__}]"