summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-03-20 09:34:39 +0100
committerThierry Carrez <thierry@openstack.org>2012-03-20 09:34:39 +0100
commit050d23f88b54521a38cf2e41fe23aefc500f9787 (patch)
tree840a00edbd08c40279e2b3f99dc7b4f9f154c5dd
parentba9ddb95874dd5549c08bbb7d4424531c53fe712 (diff)
downloadnova-050d23f88b54521a38cf2e41fe23aefc500f9787.tar.gz
Final versioning for 2012.1essex-rc1
Switch to Final=True versioning as we release RC1. Change-Id: Ic79df75f186cd5f82eb065e28c491cc8891f2be7
-rw-r--r--nova/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py
index 8f6641ef5c..a0d22cb78f 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():