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 c79e737 commit 4d8fbaaCopy full SHA for 4d8fbaa
MAKE_RELEASE.rst
@@ -38,6 +38,7 @@ Prepare/make release on dev.
38
* twine upload dist/* (upload to pypi)
39
* Double check Read me docs are updated
40
* trigger build https://readthedocs.org/projects/pymodbus/builds/
41
+ * Mark release as active in readthedocs.org
42
* Make an announcement in discussions.
43
44
pymodbus/__init__.py
@@ -12,5 +12,5 @@
12
from pymodbus.logging import pymodbus_apply_logging_config
13
14
15
-__version__ = "3.5.4"
+__version__ = "3.6.0dev"
16
__version_full__ = f"[pymodbus, version {__version__}]"
0 commit comments