Fix PEP8 issues and incorrect version/release details
Change-Id: Ia54c7c717e7347cf9d2241aa5ceb98e83c4615af
This commit is contained in:

committed by
pawnesh kumar

parent
c4aca72927
commit
897fd1bdac
@@ -13,6 +13,7 @@
|
||||
|
||||
# import sys, os
|
||||
|
||||
import pbr.version
|
||||
# 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
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
@@ -47,10 +48,9 @@ copyright = u'2013, OpenStack Foundation'
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.01'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.01'
|
||||
version_info = pbr.version.VersionInfo('python-mistralclient')
|
||||
release = version_info.release_string()
|
||||
version = version_info.version_string()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Reference in New Issue
Block a user