File tree 6 files changed +7
-3
lines changed
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.
7
7
8
8
:ref: `Authors `: contains a complete list of volunteers have contributed to each major version.
9
9
10
+ Version 3.8.6
11
+ -------------
12
+ * Allow id=0 and check if response.id == request.id. (#2572)
13
+
10
14
Version 3.8.5
11
15
-------------
12
16
* 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:
26
26
- 3.7.1 -> 3.8.0: Smaller changes to the pymodbus calls might be needed
27
27
- 2.5.4 -> 3.0.0: Major changes in the application might be needed
28
28
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 >`_.
30
30
31
31
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
32
32
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 !
15
15
16
16
The following bullet points are what the maintainers focus on:
17
17
18
- - 3.8.6 bug fix release, with:
18
+ - 3.8.X bug fix release, with:
19
19
- Currently not planned
20
20
- 3.9.0, with:
21
21
- All of branch wait_next_api
Original file line number Diff line number Diff line change 18
18
from pymodbus .pdu import ExceptionResponse
19
19
20
20
21
- __version__ = "3.9.0dev1 "
21
+ __version__ = "3.8.6 "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments