Skip to content

Commit e6061dd

Browse files
authored
Prepare v3.11.1. (#2739)
1 parent 9727030 commit e6061dd

File tree

6 files changed

+24
-2
lines changed

6 files changed

+24
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Thanks to
6666
- Jonathan Reichelt Gjertsen
6767
- JorisW
6868
- julian
69+
- Julian Lunz
6970
- Justin Standring
7071
- Kenny Johansson
7172
- Kürşat Aktaş

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.11.1
11+
--------------
12+
* Auto debug in case of an error. (#2738)
13+
* Remove duplicate log lines. (#2736)
14+
* Remove unused callback in ServerRequestHandler (#2737)
15+
* test on Python 3.14 (#2735)
16+
* Validate address in all datastores. (#2733)
17+
* Use asyncio.Event to deterministically ensure simulator start (#2734)
18+
* Ignore lockfile (#2730)
19+
* Link api_changes/changelog to README.
20+
* Add note about semver.org.
21+
* Datastore, add typing to set/get. (#2729)
22+
* Move exception codes to constants. (#2728)
23+
* Move ExceptionResponse to proper file. (#2727)
24+
* make base frame signature match subclasses (#2726)
25+
* Switch from venv+pip to uv (#2723)
26+
* Cleanup CI configuration (#2724)
27+
* Simplify code flow for broadcast requests (#2720)
28+
* Fix serial_forwarder.py from examples/contrib (#2715)
29+
* Remove discord. (#2714)
30+
1031
Version 3.11.0
1132
--------------
1233
* Correct bit handling (each byte is LSB->MSB). (#2707)

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.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.0>`_.
38+
Current release is `3.11.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.1>`_.
3939

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

doc/source/_static/examples.tgz

32 Bytes
Binary file not shown.

doc/source/_static/examples.zip

0 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.0dev2"
23+
__version__ = "3.11.1"
2424
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)