Updated openstack-common setup and version code.
Updating setup and version require code changes in the code base. This is done here to support Id9c116a1e10e5c240913fae7a127110b806eff0f Change-Id: I60b6dd6d684982e33de8fbf051a3dcaf98cb9b87
This commit is contained in:
committed by
Zhongyue Luo
parent
b23940c319
commit
d65bca867c
@@ -76,8 +76,8 @@ copyright = u'2011-present, OpenStack, LLC.'
|
||||
# built documents.
|
||||
#
|
||||
# Version info
|
||||
from quantum import version as quantum_version
|
||||
release = quantum_version.version_string()
|
||||
from quantum.version import version_info as quantum_version
|
||||
release = quantum_version.version_string_with_vcs()
|
||||
# The short X.Y version.
|
||||
version = quantum_version.canonical_version_string()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user