Skip to content

Commit dcbcfd7

Browse files
committed
Merge branch 'dev'
2 parents 11bd0c5 + acd0b5b commit dcbcfd7

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- dev
66
- master
7+
- wait_next_API
78
- dev_*
89
tags:
910
- v*

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff 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+
1016
Version 3.7.1
1117
-------------
1218
* Better error message, when pyserial is missing.

README.rst

+2-2
Original file line numberDiff line numberDiff 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

2828
Bleeding 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
3131
dev + merged pull requests that have API changes, and thus have to wait.
3232

3333
All changes are described in `release notes <https://pymodbus.readthedocs.io/en/latest/source/changelog.html>`_

doc/source/_static/examples.tgz

-1.08 KB
Binary file not shown.

doc/source/_static/examples.zip

0 Bytes
Binary file not shown.

pymodbus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from pymodbus.pdu import ExceptionResponse
1919

2020

21-
__version__ = "3.7.1"
21+
__version__ = "3.7.2"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)