Use 2013.1 for Grizzly release version info in setup.py
setup.py does not have a default version number specified. Fixes Bug: #1129620 Change-Id: I4fd0ae02ad445aa1bdd25a67aead1e52fd731e3e
This commit is contained in:
parent
df6bd799da
commit
c1c56fb438
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ project = 'heat'
|
||||
|
||||
setuptools.setup(
|
||||
name=project,
|
||||
version=setup.get_version(project),
|
||||
version=setup.get_version(project, '2013.1'),
|
||||
description='The heat project provides services for provisioning '
|
||||
'virtual machines',
|
||||
license='Apache License (2.0)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user