Skip to content

Commit dc98a13

Browse files
authored
Prepare v3.11.2. (#2770)
1 parent 6ef81a1 commit dc98a13

File tree

6 files changed

+31
-2
lines changed

6 files changed

+31
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Thanks to
4343
- Dries
4444
- duc996
4545
- efdx
46+
- embedded-bed
4647
- Erlend E. Aasland
4748
- Esco441-91
4849
- Farzad Panahi

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ helps make pymodbus a better product.
77

88
:ref:`Authors`: contains a complete list of volunteers have contributed to each major version.
99

10+
11+
Version 3.11.2
12+
--------------
13+
* Clarify documentation on reconnect_delay (#2769)
14+
* Solve CI complaints. (#2766)
15+
* Coverage not allowed below 99.5%. (#2765)
16+
* Test coverage global 100%. (#2764)
17+
* Test coverage simulator 100%. (#2763)
18+
* Test coverage server 100%. (#2760)
19+
* Fix python3.14 deprecation. (#2759)
20+
* Test coverage datastore 100%. (#2757)
21+
* Context test failed due to function code overwritten. (#2758)
22+
* Test coverage transaction 100%. (#2756)
23+
* Test coverage pdu 100%. (#2755)
24+
* Framer test 100%. (#2754)
25+
* llow sub_function_code is custom PDU. (#2753)
26+
* Generate pdu table direct. (#2752)
27+
* Clean pdu lookup in simulator. (#2751)
28+
* diag sub_function_code is 2 bytes. (#2750)
29+
* Requesthandler ignore missing devices logging (#2749)
30+
* Simplify pdu lookup. (#2745)
31+
* Missing coma in string representation of ModbusPDU (#2748)
32+
* Correct "install uv". (#2744)
33+
* Suppress aiohttp missing. (#2743)
34+
* Remove garbage bytes in serial comm. (#2741)
35+
* Test now included python 3.14.
36+
* Stricter types with pyright (#2731)
37+
1038
Version 3.11.1
1139
--------------
1240
* Auto debug in case of an error. (#2738)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ as well as the
3535
`API_changes <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst>`_
3636
files.
3737

38-
Current release is `3.11.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.1>`_.
38+
Current release is `3.11.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.2>`_.
3939

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

doc/source/_static/examples.tgz

261 Bytes
Binary file not shown.

doc/source/_static/examples.zip

259 Bytes
Binary file not shown.

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
from pymodbus.pdu.device import ModbusDeviceIdentification
2121

2222

23-
__version__ = "4.0.9dev4"
23+
__version__ = "3.11.2"
2424
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)