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 2a258cc commit dc055a2Copy full SHA for dc055a2
doc/conf.py
@@ -21,6 +21,7 @@
21
import recommonmark
22
from recommonmark.parser import CommonMarkParser
23
from recommonmark.transform import AutoStructify
24
+from pymodbus import __version__
25
parent_dir = os.path.abspath(os.pardir)
26
# examples = os.path.join(parent_dir, "examples")
27
example_contrib = os.path.join(parent_dir, "examples/contrib")
@@ -72,9 +73,9 @@
72
73
# built documents.
74
#
75
# The short X.Y version.
-version = u'1.4.0'
76
+version = __version__
77
# The full version, including alpha/beta/rc tags.
-release = u'1.4.0'
78
+release = __version__
79
80
# The language for content autogenerated by Sphinx. Refer to documentation
81
# for a list of supported languages.
0 commit comments