From 3595cf750085e966cc8f9a6f3d7f12a01341a7bf Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 8 Sep 2011 20:49:28 +0200 Subject: [PATCH] Open Essex Switch version to 2012.1 Change-Id: I7a484997bbd033f11256cacc19a5a19c416c7eeb --- glance/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/version.py b/glance/version.py index 00e8793ad9..bd055fe370 100644 --- a/glance/version.py +++ b/glance/version.py @@ -21,7 +21,7 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -GLANCE_VERSION = ['2011', '3'] +GLANCE_VERSION = ['2012', '1'] YEAR, COUNT = GLANCE_VERSION FINAL = False # This becomes true at Release Candidate time