File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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.3
11+ --------------
12+ * Coverage 100% (using no cover, when needed). (#2783)
13+ * Create pypi alias for home-assistant. (#2782)
14+ * Bump utilities in pyproject.toml. (#2780)
15+ * Fix pymodbus.simulator. (#2773)
1016
1117Version 3.11.2
1218--------------
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.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.2 >`_.
38+ Current release is `3.11.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.3 >`_.
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.0dev5 "
23+ __version__ = "3.11.3 "
2424__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments