File tree Expand file tree Collapse file tree 6 files changed +24
-2
lines changed Expand file tree Collapse file tree 6 files changed +24
-2
lines changed Original file line number Diff line number Diff 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ş
Original file line number Diff line number Diff 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+
1031Version 3.11.0
1132--------------
1233 * Correct bit handling (each byte is LSB->MSB). (#2707)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ as well as the
3535`API_changes <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst >`_
3636files.
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
4040Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
4141
Original file line number Diff line number Diff line change 2020from pymodbus .pdu .device import ModbusDeviceIdentification
2121
2222
23- __version__ = "4.0.0dev2 "
23+ __version__ = "3.11.1 "
2424__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments