Merge lp:~mordred/nova/release-0.9.0 into lp:~hudson-openstack/nova/trunk

Proposed by Monty Taylor
Status: Merged
Approved by: Monty Taylor
Approved revision: no longer in the revision history of the source branch.
Merged at revision: 187
Proposed branch: lp:~mordred/nova/release-0.9.0
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 28 lines (+3/-3)
2 files modified
doc/source/conf.py (+2/-2)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~mordred/nova/release-0.9.0
Reviewer Review Type Date Requested Status
Vish Ishaya (community) Approve
Review via email: mp+31168@code.launchpad.net

Commit message

Releaed 0.9.0, now on 0.9.1

Description of the change

Tags 0.9.0 that we used in the new debian packaging branch. Bumps version to 0.9.1

To post a comment you must log in.
lp:~mordred/nova/release-0.9.0 updated
183. By Vish Ishaya

Makes ldap flags work again.

184. By Vish Ishaya

Fixed a typo from the the refactor of auth code

185. By Todd Willey

Create a model for storing session tokens.

Revision history for this message
Vish Ishaya (vishvananda) wrote :

lgtm

review: Approve
lp:~mordred/nova/release-0.9.0 updated
186. By Todd Willey

Removes logging when associating a model to something that isn't a model class.

187. By Monty Taylor

Releaed 0.9.0, now on 0.9.1

Revision history for this message
Soren Hansen (soren) wrote :

Note that due to bug #609284, the tags did not get merged.

Monty, I wouldn't be wildly upset if you cowboyed them onto the trunk *nudge* *nudge* :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/conf.py'
2--- doc/source/conf.py 2010-07-25 01:06:22 +0000
3+++ doc/source/conf.py 2010-07-28 15:33:50 +0000
4@@ -47,9 +47,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '0.42'
9+version = '0.9'
10 # The full version, including alpha/beta/rc tags.
11-release = '0.42'
12+release = '0.9.1'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16
17=== modified file 'setup.py'
18--- setup.py 2010-07-28 04:41:07 +0000
19+++ setup.py 2010-07-28 15:33:50 +0000
20@@ -19,7 +19,7 @@
21 from setuptools import setup, find_packages
22
23 setup(name='nova',
24- version='0.9.0',
25+ version='0.9.1',
26 description='cloud computing fabric controller',
27 author='OpenStack',
28 author_email='nova@lists.launchpad.net',