diff --git a/nova/version.py b/nova/version.py index efe01fe944a5..826c66c3e2c1 100644 --- a/nova/version.py +++ b/nova/version.py @@ -16,7 +16,7 @@ NOVA_VERSION = ['2012', '1', '3'] 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():