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.
7
7
8
8
:ref: `Authors `: contains a complete list of volunteers have contributed to each major version.
9
9
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)
10
16
11
17
Version 3.11.2
12
18
--------------
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ as well as the
35
35
`API_changes <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst >`_
36
36
files.
37
37
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 >`_.
39
39
40
40
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
41
41
Original file line number Diff line number Diff line change 20
20
from pymodbus .pdu .device import ModbusDeviceIdentification
21
21
22
22
23
- __version__ = "4.0.0dev5 "
23
+ __version__ = "3.11.3 "
24
24
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments