diff --git a/nova/version.py b/nova/version.py index 8f6641ef5cc5..a0d22cb78f2c 100644 --- a/nova/version.py +++ b/nova/version.py @@ -16,7 +16,7 @@ NOVA_VERSION = ['2012', '1', None] YEAR, COUNT, REVISION = NOVA_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string():