diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e166ff9e2..1b7bf1b9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: branches: - dev - master + - wait_next_API - dev_* tags: - v* diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c25aa7621..328ef0e46 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,12 @@ helps make pymodbus a better product. :ref:`Authors`: contains a complete list of volunteers have contributed to each major version. +Version 3.7.2 +------------- +* Correct README +* Rename branch wait3.8.0 to wait_next_API + + Version 3.7.1 ------------- * Better error message, when pyserial is missing. diff --git a/README.rst b/README.rst index e734d81c2..1c93ea767 100644 --- a/README.rst +++ b/README.rst @@ -23,11 +23,11 @@ Upgrade examples: - 3.6.1 -> 3.7.0: Smaller changes to the pymodbus calls might be needed - 2.5.4 -> 3.0.0: Major changes in the application might be needed -Current release is `3.7.0 `_. +Current release is `3.7.2 `_. Bleeding edge (not released) is `dev `_. -Waiting for v3.8.0 (not released) is `wait3.8.0 `_. This contains +Waiting for v3.8.0 (not released) is `wait_next_API `_. This contains dev + merged pull requests that have API changes, and thus have to wait. All changes are described in `release notes `_ diff --git a/doc/source/_static/examples.tgz b/doc/source/_static/examples.tgz index 5b4f1df95..fe1e85615 100644 Binary files a/doc/source/_static/examples.tgz and b/doc/source/_static/examples.tgz differ diff --git a/doc/source/_static/examples.zip b/doc/source/_static/examples.zip index 8fb939a88..028a2ff58 100644 Binary files a/doc/source/_static/examples.zip and b/doc/source/_static/examples.zip differ diff --git a/pymodbus/__init__.py b/pymodbus/__init__.py index 4134279cc..a69ccf850 100644 --- a/pymodbus/__init__.py +++ b/pymodbus/__init__.py @@ -18,5 +18,5 @@ from pymodbus.pdu import ExceptionResponse -__version__ = "3.7.1" +__version__ = "3.7.2" __version_full__ = f"[pymodbus, version {__version__}]"