File tree Expand file tree Collapse file tree 6 files changed +7
-3
lines changed Expand file tree Collapse file tree 6 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ helps make pymodbus a better product.
77
88:ref: `Authors `: contains a complete list of volunteers have contributed to each major version.
99
10+ Version 3.8.6
11+ -------------
12+ * Allow id=0 and check if response.id == request.id. (#2572)
13+
1014Version 3.8.5
1115-------------
1216* New simulator is WIP, not to be used. (#2568)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Upgrade examples:
2626- 3.7.1 -> 3.8.0: Smaller changes to the pymodbus calls might be needed
2727- 2.5.4 -> 3.0.0: Major changes in the application might be needed
2828
29- Current release is `3.8.5 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.8.5 >`_.
29+ Current release is `3.8.6 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.8.6 >`_.
3030
3131Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
3232
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ It is the community that decides how pymodbus evolves NOT the maintainers !
1515
1616The following bullet points are what the maintainers focus on:
1717
18- - 3.8.6 bug fix release, with:
18+ - 3.8.X bug fix release, with:
1919 - Currently not planned
2020- 3.9.0, with:
2121 - All of branch wait_next_api
Original file line number Diff line number Diff line change 1818from pymodbus .pdu import ExceptionResponse
1919
2020
21- __version__ = "3.9.0dev1 "
21+ __version__ = "3.8.6 "
2222__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments