summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2012-10-11 20:35:15 +0100
committerMark McLoughlin <markmc@redhat.com>2012-10-11 20:35:15 +0100
commit5ce394226a5333285d89cc8163bb4039a0c0e773 (patch)
tree2a25afff3cee23a8db53f5252763a432ef92554d
parentb67f21f9b49316c32c716430540ce41688d7081d (diff)
downloadhorizon-essex-eol.tar.gz
Bump version to 2012.1.4essex-eol
Set version to 2012.1.4, but with final=False See http://wiki.openstack.org/StableBranchRelease Note - 2012.1.3 is expected to be the final official release of Essex. Change-Id: I2e2c6e5ab16479607c777436d90fc45a388506fd
-rw-r--r--horizon/version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/horizon/version.py b/horizon/version.py
index 204a735e2..a65e0da9b 100644
--- a/horizon/version.py
+++ b/horizon/version.py
@@ -19,9 +19,9 @@ version_info = {'branch_nick': u'LOCALBRANCH',
'revno': 0}
-HORIZON_VERSION = ['2012', '1', '3']
+HORIZON_VERSION = ['2012', '1', '4']
YEAR, COUNT, REVISION = HORIZON_VERSION
-FINAL = True # This becomes true at Release Candidate time
+FINAL = False # This becomes true at Release Candidate time
def canonical_version_string():