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
33Versions (X.Y.Z) where Z > 0 e.g. 3.0.1 do NOT have API changes!
44
55
6- API changes 3.6.0 (future)
7- --------------------------
6+ API changes 3.6.0
7+ -----------------
88- framer= is an enum: pymodbus.Framer, but still accept a framer class
99
1010
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Thanks to
1616- Alexandre CUER
1717- Alois Hockenschlohe
1818- Arjan
19+ - André Srinivasan
1920- banana-sun
2021- Blaise Thompson
2122- cgernert
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ 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.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+
1020Version 3.6.2
1121-------------
1222* 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
1111
1212Pymodbus is a full Modbus protocol implementation offering client/server with synchronous/asynchronous API a well as simulators.
1313
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 >`_.
1515
1616Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
1717
Original file line number Diff line number Diff line change 1818from pymodbus .pdu import ExceptionResponse
1919
2020
21- __version__ = "3.7.0dev "
21+ __version__ = "3.6.3 "
2222__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments