File tree 6 files changed +10
-3
lines changed
6 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- dev
6
6
- master
7
+ - wait_next_API
7
8
- dev_*
8
9
tags :
9
10
- v*
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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.7.2
11
+ -------------
12
+ * Correct README
13
+ * Rename branch wait3.8.0 to wait_next_API
14
+
15
+
10
16
Version 3.7.1
11
17
-------------
12
18
* Better error message, when pyserial is missing.
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Upgrade examples:
23
23
- 3.6.1 -> 3.7.0: Smaller changes to the pymodbus calls might be needed
24
24
- 2.5.4 -> 3.0.0: Major changes in the application might be needed
25
25
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 >`_.
27
27
28
28
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
29
29
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
31
31
dev + merged pull requests that have API changes, and thus have to wait.
32
32
33
33
All 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 18
18
from pymodbus .pdu import ExceptionResponse
19
19
20
20
21
- __version__ = "3.7.1 "
21
+ __version__ = "3.7.2 "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments