Merge lp:~ttx/nova/cactus-final-version into lp:~hudson-openstack/nova/trunk

Proposed by Thierry Carrez
Status: Merged
Approved by: Vish Ishaya
Approved revision: 986
Merged at revision: 989
Proposed branch: lp:~ttx/nova/cactus-final-version
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
nova/version.py (+1/-1)
To merge this branch: bzr merge lp:~ttx/nova/cactus-final-version
Reviewer Review Type Date Requested Status
Nova Core security contacts Pending
Review via email: mp+57627@code.launchpad.net

Commit message

Final versioning for Cactus

Description of the change

Final versioning for Cactus

To post a comment you must log in.
Revision history for this message
Vish Ishaya (vishvananda) wrote :

No significant bugs reported today. Smoketests are passing. Lets do this!

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-02-02 10:23:08 +0000
3+++ nova/version.py 2011-04-14 07:03:40 +0000
4@@ -24,7 +24,7 @@
5 NOVA_VERSION = ['2011', '2']
6 YEAR, COUNT = NOVA_VERSION
7
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():