File tree Expand file tree Collapse file tree 6 files changed +28
-2
lines changed Expand file tree Collapse file tree 6 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Thanks to
13
13
- AKJ7
14
14
- Alex
15
15
- Alex Ruddick
16
+ - Alexander Lanin
16
17
- Alexandre CUER
17
18
- Alois Hockenschlohe
18
19
- Arjan
@@ -38,9 +39,11 @@ Thanks to
38
39
- Jakob Ruhe
39
40
- Jakob Schlyter
40
41
- James Braza
42
+ - James Hilliard
41
43
- jan iversen
42
44
- Jerome Velociter
43
45
- Joe Burmeister
46
+ - julian
44
47
- Kenny Johansson
45
48
- Matthias Straka
46
49
- Logan Gunthorpe
@@ -54,6 +57,7 @@ Thanks to
54
57
- Philip Couling
55
58
- Sebastian Machuca
56
59
- Sefa Keleş
60
+ - Steffen Beyer
57
61
- Thijs W
58
62
- Totally a booplicate
59
63
- WouterTuinstra
Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ 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.4
11
+ -------------
12
+ * Update datastore_simulator example with client (#1967)
13
+ * Test and correct receiving more than one packet (#1965)
14
+ * Remove unused FifoTransactionManager. (#1966)
15
+ * Always set exclusive serial port access. (#1964)
16
+ * Add server/client network stub, to allow test of network packets. (#1963)
17
+ * Combine conftest to a central file (#1962)
18
+ * Call on_reconnect_callback. (#1959)
19
+ * Readd ModbusBaseClient to external API.
20
+ * Update README.rst
21
+ * minor fix for typo and consistency (#1946)
22
+ * More coverage. (#1947)
23
+ * Client coverage 100%. (#1943)
24
+ * Run coverage in CI with % check of coverage. (#1945)
25
+ * transport 100% coverage. (#1941)
26
+ * contrib example: TCP drainage simulator with two devices (#1936)
27
+ * Remove "pragma no cover". (#1935)
28
+ * transport_serial -> serialtransport. (#1933)
29
+ * Fix behavior after Exception response (#1931)
30
+ * Correct expected length for udp sync client. (#1930)
31
+
10
32
Version 3.6.3
11
33
-------------
12
34
* solve Socket_framer problem with Exception response (#1925)
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.3 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.3 >`_.
14
+ Current release is `3.6.4 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.4 >`_.
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.4 "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments