Merge "Fix incorrect version and release details"

This commit is contained in:
Jenkins 2016-12-03 22:32:07 +00:00 committed by Gerrit Code Review
commit 823c1c7a58

View File

@ -23,8 +23,8 @@
import os import os
# import sys # import sys
import openstackdocstheme import openstackdocstheme
from trove.version import version_info as trove_version
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
@ -63,10 +63,8 @@ copyright = u'2016, OpenStack contributors'
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. version = trove_version.canonical_version_string()
version = '0.1' release = trove_version.version_string_with_vcs()
# The full version, including alpha/beta/rc tags.
release = '0.1'
# A few variables have to be set for the log-a-bug feature. # A few variables have to be set for the log-a-bug feature.
# giturl: The location of conf.py on Git. Must be set manually. # giturl: The location of conf.py on Git. Must be set manually.