Skip to content

Commit

Permalink
Update docs version number (#274)
Browse files Browse the repository at this point in the history
* update version number

* get version dynamically
  • Loading branch information
mayantaylor authored Sep 11, 2024
1 parent 7557213 commit 55d073b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#

from charm4py import charm4py_version
# The short X.Y version.
version = '1.0'
version = charm4py_version
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = charm4py_version

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

0 comments on commit 55d073b

Please sign in to comment.