summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren.hansen@rackspace.com>2010-10-20 03:48:44 +0000
committerTarmac <>2010-10-20 03:48:44 +0000
commit9ecfe3a906b43f7ba54382e1bb1c26df9cd8fbbf (patch)
treef29fb8c3902b239921b225676d320ffa2a53f95f
parent69cacadad39f1b5f52da41b3cdaa3d6b0c88a3ab (diff)
parenta199f1ba538ba599765ca6e84384a092c0ecce81 (diff)
downloadnova-9ecfe3a906b43f7ba54382e1bb1c26df9cd8fbbf.tar.gz
nova-9ecfe3a906b43f7ba54382e1bb1c26df9cd8fbbf.tar.xz
nova-9ecfe3a906b43f7ba54382e1bb1c26df9cd8fbbf.zip
Update version set in setup.py to 2010.1 in preparation for Austin release.
-rw-r--r--doc/source/conf.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 349d23af2..505771ff8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -47,9 +47,9 @@ copyright = u'2010, United States Government as represented by the Administrator
# built documents.
#
# The short X.Y version.
-version = '0.9'
+version = '2010.1'
# The full version, including alpha/beta/rc tags.
-release = '0.9.1'
+release = '2010.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index d420d3559..a333fbf64 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ class local_sdist(sdist):
sdist.run(self)
setup(name='nova',
- version='0.9.1',
+ version='2010.1',
description='cloud computing fabric controller',
author='OpenStack',
author_email='nova@lists.launchpad.net',