Skip to content

Commit 55d073b

Browse files
authored
Update docs version number (#274)
* update version number * get version dynamically
1 parent 7557213 commit 55d073b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/conf.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@
5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
5757
# built documents.
58-
#
58+
59+
from charm4py import charm4py_version
5960
# The short X.Y version.
60-
version = '1.0'
61+
version = charm4py_version
6162
# The full version, including alpha/beta/rc tags.
62-
release = '1.0.0'
63+
release = charm4py_version
6364

6465
# The language for content autogenerated by Sphinx. Refer to documentation
6566
# for a list of supported languages.

0 commit comments

Comments
 (0)