summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nova/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py
index efe01fe944..826c66c3e2 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():