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
=== modified file 'nova/version.py'
--- nova/version.py 2011-02-02 10:23:08 +0000
+++ nova/version.py 2011-04-14 07:03:40 +0000
@@ -24,7 +24,7 @@
24NOVA_VERSION = ['2011', '2']24NOVA_VERSION = ['2011', '2']
25YEAR, COUNT = NOVA_VERSION25YEAR, COUNT = NOVA_VERSION
2626
27FINAL = False # This becomes true at Release Candidate time27FINAL = True # This becomes true at Release Candidate time
2828
2929
30def canonical_version_string():30def canonical_version_string():