Skip to content

Commit 4d8fbaa

Browse files
authored
Prepare dev. (#1812)
1 parent c79e737 commit 4d8fbaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MAKE_RELEASE.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Prepare/make release on dev.
3838
* twine upload dist/* (upload to pypi)
3939
* Double check Read me docs are updated
4040
* trigger build https://readthedocs.org/projects/pymodbus/builds/
41+
* Mark release as active in readthedocs.org
4142
* Make an announcement in discussions.
4243

4344

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
from pymodbus.logging import pymodbus_apply_logging_config
1313

1414

15-
__version__ = "3.5.4"
15+
__version__ = "3.6.0dev"
1616
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)