Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@
# |version| and |release|, also used in various other places throughout the
# built documents.

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

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