From 985ba43a24c579b0f0be342aa1526cda919a7cc7 Mon Sep 17 00:00:00 2001 From: Ian Main Date: Wed, 27 Jun 2012 09:56:54 -0700 Subject: [PATCH] Bump to v5 Heat version 4 is now released, on to version 5. Change-Id: I6e679f0d202e25bcaa0620b2a858a2910f4d4f33 Signed-off-by: Ian Main --- heat/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/version.py b/heat/version.py index ff56185121..637afb7a1d 100644 --- a/heat/version.py +++ b/heat/version.py @@ -20,7 +20,7 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -HEAT_VERSION = ['4'] +HEAT_VERSION = ['5'] REVISION = HEAT_VERSION FINAL = False # This becomes true at Release Candidate time