Update version to 2011.1 as that is the version we expect to release next.

This commit is contained in:
Soren Hansen
2010-11-17 22:14:35 +00:00
committed by Tarmac
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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',