diff options
| author | Monty Taylor <mordred@inaugust.com> | 2010-07-28 22:42:59 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-07-28 22:42:59 +0000 |
| commit | 2349a7dd9ab6ff772b17e4c76e9e1223fd1f68d3 (patch) | |
| tree | c75aa637db385abb326a222f9a11909d20cac066 | |
| parent | f61b62983f62aa10d7bed3bc1c406717663be923 (diff) | |
| parent | 10f32554c93020dc409a326b4a4f1d4ea5f672c7 (diff) | |
Releaed 0.9.0, now on 0.9.1
| -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 1c1ae7f48..349d23af2 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.42' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.42' +release = '0.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -19,7 +19,7 @@ from setuptools import setup, find_packages setup(name='nova', - version='0.9.0', + version='0.9.1', description='cloud computing fabric controller', author='OpenStack', author_email='nova@lists.launchpad.net', |
