diff options
| -rw-r--r-- | doc/source/conf.py | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ef447ca81..349bce02e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. @@ -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', |
