We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d5e7 commit 7900ca9Copy full SHA for 7900ca9
pymodbus/__init__.py
@@ -18,5 +18,5 @@
18
from pymodbus.pdu import ExceptionResponse
19
20
21
-__version__ = "4.0.0dev1"
+__version__ = "4.0.0dev3"
22
__version_full__ = f"[pymodbus, version {__version__}]"
v390_update
@@ -1,4 +1,7 @@
1
--- dev at time of v3.9.0 --
+-- 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.
5
included Correct bit handling internally and in API. (#2627)
6
included d0d2cbe8 default argument ModbusSequentialDataBlock (#2622)
7
included 0b94011c Fix exception error message for decoding response (#2618)
0 commit comments