Skip to content

Commit df5d192

Browse files
authored
Prepare v3.6.3 (#1926)
1 parent 9bac460 commit df5d192

File tree

7 files changed

+15
-4
lines changed

7 files changed

+15
-4
lines changed

API_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ API changes
33
Versions (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

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1020
Version 3.6.2
1121
-------------
1222
* Set documentation to v3.6.2.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PyModbus - A Python Modbus Stack
1111

1212
Pymodbus 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

1616
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev>`_.
1717

doc/source/_static/examples.tgz

-15 Bytes
Binary file not shown.

doc/source/_static/examples.zip

0 Bytes
Binary file not shown.

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from pymodbus.pdu import ExceptionResponse
1919

2020

21-
__version__ = "3.7.0dev"
21+
__version__ = "3.6.3"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)