File tree 4 files changed +32
-2
lines changed
4 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 2
2
PyModbus - API changes.
3
3
=======================
4
4
5
+ -------------
6
+ Version 3.4.1
7
+ -------------
8
+
9
+ No changes.
10
+
5
11
-------------
6
12
Version 3.4.0
7
13
-------------
Original file line number Diff line number Diff line change
1
+ version 3.4.1
2
+ ----------------------------------------------------------
3
+ * Fix serial startup problems. (#1701)
4
+ * pass source_address in tcp client. (#1700)
5
+ * serial server use source_address[0]. (#1699)
6
+ * Examples coverage nearly 100%. (#1694)
7
+ * new async serial (#1681)
8
+ * Docker is not supported (lack of maintainer). (#1693)
9
+ * Forwarder write_coil --> write_coil. (#1691)
10
+ * Change default source_address to (0.0.0.0, 502) (#1690)
11
+ * Update ruff to 0.0.277 (#1689)
12
+ * Fix dict comprehension (#1687)
13
+ * Removed `requests ` dependency from `contrib/explain.py ` (#1688)
14
+ * Fix broken test (#1685)
15
+ * Fix readme badges (#1682)
16
+ * Bump aiohttp from 3.8.3 to 3.8.5 (#1680)
17
+ * pygments from 2.14.0 to 2.15.0 (#1677)
18
+
19
+ Thanks to:
20
+ Alex
21
+ James Braza
22
+ jan iversen
23
+
24
+
1
25
version 3.4.0
2
26
----------------------------------------------------------
3
27
* Prepare v3.4.0.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Supported versions
19
19
20
20
Version `2.5.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v2.5.3 >`_ is the last 2.x release (python >= 2.7, no longer supported).
21
21
22
- Version `3.4.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.4.0 >`_ is the current release (Tested with Python >= 3.8).
22
+ Version `3.4.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.4.1 >`_ is the current release (Tested with Python >= 3.8).
23
23
24
24
.. important ::
25
25
All API changes after 3.0.0 are documented in `API_changes.rst <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst >`_
Original file line number Diff line number Diff line change 12
12
from pymodbus .logging import pymodbus_apply_logging_config
13
13
14
14
15
- __version__ = "3.5.0dev "
15
+ __version__ = "3.4.1 "
16
16
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments