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 12:34:15 +01:00
parent 06118df7b0
commit fb5f32be1c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -61,9 +61,9 @@ copyright = u'2010, United States Government as represented by the Administrator
# built documents.
#
# The short X.Y version.
version = '2010.1'
version = '2011.1'
# 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
# for a list of supported languages.
+1 -1
View File
@@ -39,7 +39,7 @@ class local_sdist(sdist):
sdist.run(self)
setup(name='nova',
version='2010.1',
version='2011.1',
description='cloud computing fabric controller',
author='OpenStack',
author_email='nova@lists.launchpad.net',