Skip to content

Commit b607b44

Browse files
committed
Prepare 3.9.1. (#2632)
1 parent 20ba1f3 commit b607b44

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

Diff for: CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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.9.1
11+
-------------
12+
* Correct byte order in bits. (#2631)
13+
1014
Version 3.9.0
1115
-------------
1216
* Correct bit handling internally and in API. (#2627)

Diff for: MAKE_RELEASE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Making a release.
88
------------------------------------------------------------
99
Prepare/make release on dev.
1010
------------------------------------------------------------
11-
* Make pull request "prepare v3.7.x", with the following:
11+
* Make pull request "prepare v3.9.x", with the following:
1212
* Update pymodbus/__init__.py with version number (__version__ X.Y.Zpre)
1313
* Update README.rst "Supported versions"
1414
* Update roadmap.rst

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Our releases is defined as X.Y.Z, and we have strict rules what to release when:
2222

2323
Upgrade examples:
2424

25-
- 3.8.1 -> 3.8.5: just plugin the new version, no changes needed.
26-
- 3.7.1 -> 3.8.0: Smaller changes to the pymodbus calls might be needed
25+
- 3.9.0 -> 3.9.1: just plugin the new version, no changes needed.
26+
- 3.8.1 -> 3.9.0: Smaller changes to the pymodbus calls might be needed
2727
- 2.5.4 -> 3.0.0: Major changes in the application might be needed
2828

29-
Current release is `3.9.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.9.0>`_.
29+
Current release is `3.9.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.9.1>`_.
3030

3131
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev>`_.
3232

Diff for: doc/source/_static/examples.tgz

-18 Bytes
Binary file not shown.

Diff for: doc/source/_static/examples.zip

0 Bytes
Binary file not shown.

Diff for: doc/source/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The maintainers are very open to these pull request, and ONLY work to secure tha
1313

1414
The following bullet points are what the maintainers focus on:
1515

16-
- 3.9.1, with:
16+
- 3.9.2, with:
1717
- Currently not planned
1818
- 4.0.0, with:
1919
- ModbusControlBlock pr slave

Diff for: 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.9.0"
21+
__version__ = "3.9.1"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)