Skip to content

Commit fbf2cef

Browse files
committed
Prepare 3.9.2. (#2644)
1 parent 9ee1a92 commit fbf2cef

File tree

7 files changed

+24
-19
lines changed

7 files changed

+24
-19
lines changed

Diff for: CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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.9.2
11+
-------------
12+
* Reactivate simulator validate. (#2643)
13+
* Don't bool-test explicit datastores (#2638)
14+
* Test and hard delayed response test. (#2636)
15+
* Update simulator doc. (#2635)
16+
* SimData update
17+
* Officially working towards 4.0.0
18+
1019
Version 3.9.1
1120
-------------
1221
* Correct byte order in bits. (#2631)

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Our releases is defined as X.Y.Z, and we have strict rules what to release when:
2222

2323
Upgrade examples:
2424

25-
- 3.9.0 -> 3.9.1: just plugin the new version, no changes needed.
26-
- 3.8.1 -> 3.9.0: Smaller changes to the pymodbus calls might be needed
25+
- 3.9.0 -> 3.9.2: just plugin the new version, no changes needed.
26+
- 3.8.0 -> 3.9.0: Smaller changes to the pymodbus calls might be needed
2727
- 2.5.4 -> 3.0.0: Major changes in the application might be needed
2828

29-
Current release is `3.9.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.9.1>`_.
29+
Current release is `3.9.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.9.2>`_.
3030

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

Diff for: doc/source/_static/examples.tgz

-15 Bytes
Binary file not shown.

Diff for: doc/source/_static/examples.zip

0 Bytes
Binary file not shown.

Diff for: doc/source/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The maintainers are very open to these pull request, and ONLY work to secure tha
1313

1414
The following bullet points are what the maintainers focus on:
1515

16-
- 3.9.2, with:
16+
- 3.9.x, with:
1717
- Currently not planned
1818
- 4.0.0, with:
1919
- ModbusControlBlock pr slave

Diff for: pymodbus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from pymodbus.pdu import ExceptionResponse
1919

2020

21-
__version__ = "4.0.0dev3"
21+
__version__ = "3.9.2"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

Diff for: v390_update renamed to v392_update

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1+
included 382429d9 Prepare 3.9.2.
2+
included 59f03962 Reactivate simulator validate. (#2643)
3+
included e342eb57 Don't bool-test explicit datastores (#2638)
4+
included 6d81ee35 Test and hard delayed response test. (#2636)
5+
included 8a901e5a Update simulator doc. (#2635)
6+
WAITING 968564c0 Bit handling LSB -> MSB across bytes. (#2634)
7+
included 4fc8ff67 Prepare dev.
18
-- dev at time of v3.9.1 --
29
included 3a3edf11 Prepare 3.9.1. (#2632)
310
included 3f65d2a8 Correct byte order in bits. (#2631)
4-
WAITING 6c9c0a65 Prepare dev.
11+
included 6c9c0a65 Prepare dev.
512
included Correct bit handling internally and in API. (#2627)
613
included d0d2cbe8 default argument ModbusSequentialDataBlock (#2622)
714
included 0b94011c Fix exception error message for decoding response (#2618)
815
included ffa0da61 Expose exception_code to API. (#2615)
916
included 33a21ad5 Simplify ruff config (#2611)
1017
included 79cc58cc Documentation dont fixed. (#2605)
1118
included 52b852f4 sum() can operate on an Iterator directly (#2610)
12-
WAITING db4b933a SimData update. (#2601)
19+
included db4b933a SimData update. (#2601)
1320
WAITING 2f87de98 Change slave to device_id and slave= to device_id=. (#2600)
14-
WAITING 9432d2b9 Officially working towards 4.0.0
21+
included 9432d2b9 Officially working towards 4.0.0
1522
WAITING feeb36b8 Remove payload. (#2524)
1623
included 748d4edc Start<x>Server custom_functions -> custom_pdu.
17-
included 9d0f81be Update pyproject.toml to remove python 3.9.
18-
included 5e0f418c Remove validate() from datastores. (#2595)
19-
included 5c97de4b Python 3.9 is EOL, not supported actively. (#2596)
20-
included bd2d232b correct handle_local_echo for sync client. (#2593)
21-
included 7a6338ed devcontainer, automatic install. (#2583)
22-
included 74d1dcf7 Don't set_result on completed futures. (#2582)
23-
included c55d05bd Flush recv_buffer before each transaction write. (#2581)
24-
included 528d70dd Add missing trace. (#2578)
25-
included d795085b Update github actions. (#2579)
26-
included 46aa4e82 Prepare dev.
27-
-- v3.8.6 --

0 commit comments

Comments
 (0)