summaryrefslogtreecommitdiff
path: root/nova/version.py
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2011-09-09 09:27:26 +0200
committerThierry Carrez <thierry@openstack.org>2011-09-09 09:27:26 +0200
commit4ffe41dffaab64c96649bfc3236e5ba6bb9d8b37 (patch)
treec0532a3d2c19fb0d71b6599d85b73f6a424c0f64 /nova/version.py
parent99f9dcca59836938fe89c26eef5ead2be1172ca8 (diff)
downloadnova-4ffe41dffaab64c96649bfc3236e5ba6bb9d8b37.tar.gz
Open Essex (switch version to 2012.1)
Diffstat (limited to 'nova/version.py')
-rw-r--r--nova/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/version.py b/nova/version.py
index 1f8d08e8c2..06810df468 100644
--- a/nova/version.py
+++ b/nova/version.py
@@ -22,7 +22,7 @@ except ImportError:
'revno': 0}
-NOVA_VERSION = ['2011', '3']
+NOVA_VERSION = ['2012', '1']
YEAR, COUNT = NOVA_VERSION
FINAL = False # This becomes true at Release Candidate time