From d68ad715c8779f947baaab0e09b1d937681c80ef Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 21 Sep 2011 14:43:23 +0200 Subject: [PATCH] Final versioning for Diablo --- nova/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/version.py b/nova/version.py index 1f8d08e8c244..d71676c1d841 100644 --- a/nova/version.py +++ b/nova/version.py @@ -24,7 +24,7 @@ except ImportError: NOVA_VERSION = ['2011', '3'] YEAR, COUNT = NOVA_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string():