Skip to content

Commit 7900ca9

Browse files
committed
Prepare dev.
1 parent c58d5e7 commit 7900ca9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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__ = "4.0.0dev1"
21+
__version__ = "4.0.0dev3"
2222
__version_full__ = f"[pymodbus, version {__version__}]"

v390_update

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
-- dev at time of v3.9.0 --
1+
-- dev at time of v3.9.1 --
2+
included 3a3edf11 Prepare 3.9.1. (#2632)
3+
included 3f65d2a8 Correct byte order in bits. (#2631)
4+
WAITING 6c9c0a65 Prepare dev.
25
included Correct bit handling internally and in API. (#2627)
36
included d0d2cbe8 default argument ModbusSequentialDataBlock (#2622)
47
included 0b94011c Fix exception error message for decoding response (#2618)

0 commit comments

Comments
 (0)