File tree Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - dev
66 - master
7+ - wait_next_API
78 - dev_*
89 tags :
910 - v*
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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.7.2
11+ -------------
12+ * Correct README
13+ * Rename branch wait3.8.0 to wait_next_API
14+
15+
1016Version 3.7.1
1117-------------
1218* Better error message, when pyserial is missing.
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Upgrade examples:
2323- 3.6.1 -> 3.7.0: Smaller changes to the pymodbus calls might be needed
2424- 2.5.4 -> 3.0.0: Major changes in the application might be needed
2525
26- Current release is `3.7.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.7.0 >`_.
26+ Current release is `3.7.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.7.2 >`_.
2727
2828Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
2929
30- Waiting for v3.8.0 (not released) is `wait3.8.0 <https://github.com/pymodbus-dev/pymodbus/tree/wait3.8.0 >`_. This contains
30+ Waiting for v3.8.0 (not released) is `wait_next_API <https://github.com/pymodbus-dev/pymodbus/tree/wait_next_API >`_. This contains
3131dev + merged pull requests that have API changes, and thus have to wait.
3232
3333All changes are described in `release notes <https://pymodbus.readthedocs.io/en/latest/source/changelog.html >`_
Original file line number Diff line number Diff line change 1818from pymodbus .pdu import ExceptionResponse
1919
2020
21- __version__ = "3.7.1 "
21+ __version__ = "3.7.2 "
2222__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments