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 cb73805 commit 71bfd7fCopy full SHA for 71bfd7f
MAKE_RELEASE.rst
@@ -42,6 +42,7 @@ Prepare/make release on dev.
42
* git checkout v3.7.0dev0
43
* rm -rf build/* dist/*
44
* python3 -m build
45
+ * pypi-alias pymodbus_ha_core
46
* twine upload dist/* (upload to pypi)
47
* Double check Read me docs are updated
48
* trigger build https://readthedocs.org/projects/pymodbus/builds/
pymodbus/__init__.py
@@ -20,5 +20,5 @@
20
from pymodbus.pdu.device import ModbusDeviceIdentification
21
22
23
-__version__ = "3.11.3"
+__version__ = "4.0.0dev6"
24
__version_full__ = f"[pymodbus, version {__version__}]"
0 commit comments