Update version to 2011.1 as that is the version we expect to release next.
This commit is contained in:
@@ -61,9 +61,9 @@ copyright = u'2010, United States Government as represented by the Administrator
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2010.1'
|
version = '2011.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '2010.1'
|
release = '2011.1-prerelease'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -39,7 +39,7 @@ class local_sdist(sdist):
|
|||||||
sdist.run(self)
|
sdist.run(self)
|
||||||
|
|
||||||
setup(name='nova',
|
setup(name='nova',
|
||||||
version='2010.1',
|
version='2011.1',
|
||||||
description='cloud computing fabric controller',
|
description='cloud computing fabric controller',
|
||||||
author='OpenStack',
|
author='OpenStack',
|
||||||
author_email='nova@lists.launchpad.net',
|
author_email='nova@lists.launchpad.net',
|
||||||
|
|||||||
Reference in New Issue
Block a user