Skip to content

Commit 0d4e7ea

Browse files
authored
Prepare v3.6.4 (#1969)
1 parent 73daed1 commit 0d4e7ea

File tree

6 files changed

+28
-2
lines changed

6 files changed

+28
-2
lines changed

AUTHORS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Thanks to
1313
- AKJ7
1414
- Alex
1515
- Alex Ruddick
16+
- Alexander Lanin
1617
- Alexandre CUER
1718
- Alois Hockenschlohe
1819
- Arjan
@@ -38,9 +39,11 @@ Thanks to
3839
- Jakob Ruhe
3940
- Jakob Schlyter
4041
- James Braza
42+
- James Hilliard
4143
- jan iversen
4244
- Jerome Velociter
4345
- Joe Burmeister
46+
- julian
4447
- Kenny Johansson
4548
- Matthias Straka
4649
- Logan Gunthorpe
@@ -54,6 +57,7 @@ Thanks to
5457
- Philip Couling
5558
- Sebastian Machuca
5659
- Sefa Keleş
60+
- Steffen Beyer
5761
- Thijs W
5862
- Totally a booplicate
5963
- WouterTuinstra

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.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+
1032
Version 3.6.3
1133
-------------
1234
* solve Socket_framer problem with Exception response (#1925)

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.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>`_.
1515

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

doc/source/_static/examples.tgz

142 Bytes
Binary file not shown.

doc/source/_static/examples.zip

83 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.4"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)