File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ 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.5.4
11+ -------------
12+ * Release errors (pyproject.toml changes). (#1811)
13+
14+
1015Version 3.5.3
1116-------------
1217* Simplify transport_serial (modbus use) (#1808)
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ small and large not only programming but also documentation and testing.
4141## Supported versions
4242
4343Version
44- [ 3.5.3 ] ( https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.3 ) is
44+ [ 3.5.4 ] ( https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.4 ) is
4545the current release.
4646
4747Each release is
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ There are challenges small and large not only programming but also documentation
3939Supported versions
4040------------------
4141
42- Version `3.5.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.3 >`_ is the current release.
42+ Version `3.5.4 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.4 >`_ is the current release.
4343
4444Each release is `documented <https://pymodbus.readthedocs.io/en/latest/source/changelog.html >`_
4545
Original file line number Diff line number Diff line change 1212from pymodbus .logging import pymodbus_apply_logging_config
1313
1414
15- __version__ = "3.5.3 "
15+ __version__ = "3.5.4 "
1616__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments