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 3a3edf1 commit 4fc8ff6Copy full SHA for 4fc8ff6
pymodbus/__init__.py
@@ -20,5 +20,5 @@
20
from pymodbus.pdu.device import ModbusDeviceIdentification
21
22
23
-__version__ = "3.9.1"
+__version__ = "4.0.0dev3"
24
__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