Tagged 0.9.0 and bumped the version to 0.9.1

This commit is contained in:
Monty Taylor 2010-07-28 08:21:57 -07:00
parent a5498d0cec
commit 3e9c6d24fb
2 changed files with 3 additions and 3 deletions
doc/source
setup.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',