File tree Expand file tree Collapse file tree 7 files changed +15
-4
lines changed Expand file tree Collapse file tree 7 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ API changes
3
3
Versions (X.Y.Z) where Z > 0 e.g. 3.0.1 do NOT have API changes!
4
4
5
5
6
- API changes 3.6.0 (future)
7
- --------------------------
6
+ API changes 3.6.0
7
+ -----------------
8
8
- framer= is an enum: pymodbus.Framer, but still accept a framer class
9
9
10
10
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Thanks to
16
16
- Alexandre CUER
17
17
- Alois Hockenschlohe
18
18
- Arjan
19
+ - André Srinivasan
19
20
- banana-sun
20
21
- Blaise Thompson
21
22
- cgernert
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ 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.6.3
11
+ -------------
12
+ * solve Socket_framer problem with Exception response (#1925)
13
+ * Allow socket frames to be split in multiple packets (#1923)
14
+ * Reset frame for serial connections.
15
+ * Source address None not 0.0.0.0 for IPv6
16
+ * Missing Copyright in License file
17
+ * Correct wrong url to modbus protocol spec.
18
+ * Fix serial port in TestComm.
19
+
10
20
Version 3.6.2
11
21
-------------
12
22
* Set documentation to v3.6.2.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PyModbus - A Python Modbus Stack
11
11
12
12
Pymodbus is a full Modbus protocol implementation offering client/server with synchronous/asynchronous API a well as simulators.
13
13
14
- Current release is `3.6.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.2 >`_.
14
+ Current release is `3.6.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.3 >`_.
15
15
16
16
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
17
17
Original file line number Diff line number Diff line change 18
18
from pymodbus .pdu import ExceptionResponse
19
19
20
20
21
- __version__ = "3.7.0dev "
21
+ __version__ = "3.6.3 "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments