Merge lp:~ttx/nova/final-diablo into lp:~hudson-openstack/nova/milestone-proposed

Proposed by Thierry Carrez
Status: Merged
Approved by: Vish Ishaya
Approved revision: 1198
Merged at revision: 1201
Proposed branch: lp:~ttx/nova/final-diablo
Merge into: lp:~hudson-openstack/nova/milestone-proposed
Diff against target: 12 lines (+1/-1)
1 file modified
nova/version.py (+1/-1)
To merge this branch: bzr merge lp:~ttx/nova/final-diablo
Reviewer Review Type Date Requested Status
OpenStack release team Pending
Review via email: mp+76430@code.launchpad.net

Commit message

Final versioning for Diablo

Description of the change

Final versioning for Diablo.

DO NOT ACCEPT THIS UNTIL RELEASE !
This should be the very last commit for milestone-proposed and will act as a PTL final signoff.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nova/version.py'
2--- nova/version.py 2011-04-20 19:08:22 +0000
3+++ nova/version.py 2011-09-21 15:01:25 +0000
4@@ -24,7 +24,7 @@
5
6 NOVA_VERSION = ['2011', '3']
7 YEAR, COUNT = NOVA_VERSION
8-FINAL = False # This becomes true at Release Candidate time
9+FINAL = True # This becomes true at Release Candidate time
10
11
12 def canonical_version_string():

Subscribers

People subscribed via source and target branches