File tree 4 files changed +21
-2
lines changed
4 files changed +21
-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.3.1
7
+ -------------
8
+
9
+ No changes.
10
+
5
11
-------------
6
12
Version 3.3.0
7
13
-------------
Original file line number Diff line number Diff line change
1
+ version 3.3.1
2
+ ----------------------------------------------------------
3
+ * transport fixes and 100% test coverage. (#1580)
4
+ * Delay self.loop until connect(). (#1579)
5
+ * Added mechanism to determine if server did not start cleanly (#1539)
6
+ * Proof transport reconnect works. (#1577)
7
+ * Fix non-shared block doc in config.rst. (#1573)
8
+
9
+ Thanks to:
10
+ Hayden Roche
11
+ jan iversen
12
+ Philip Couling
13
+
1
14
version 3.3.0
2
15
----------------------------------------------------------
3
16
* Stabilize windows tests. (#1567)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Supported versions
22
22
23
23
Version `2.5.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v2.5.3 >`_ is the last 2.x release (Supports python >= 2.7, no longer supported).
24
24
25
- Version `3.3.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.3.0 >`_ is the current release (Supports Python >= 3.8).
25
+ Version `3.3.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.3.1 >`_ is the current release (Supports Python >= 3.8).
26
26
27
27
.. important ::
28
28
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.4.0alpha "
15
+ __version__ = "3.3.1 "
16
16
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments