We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7557213 commit 55d073bCopy full SHA for 55d073b
docs/conf.py
@@ -55,11 +55,12 @@
55
# The version info for the project you're documenting, acts as replacement for
56
# |version| and |release|, also used in various other places throughout the
57
# built documents.
58
-#
+
59
+from charm4py import charm4py_version
60
# The short X.Y version.
-version = '1.0'
61
+version = charm4py_version
62
# The full version, including alpha/beta/rc tags.
-release = '1.0.0'
63
+release = charm4py_version
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
0 commit comments