From: Tomas Sedovic Date: Tue, 31 Jul 2012 12:50:17 +0000 (+0200) Subject: Bump to v6 X-Git-Tag: 2014.1~1553 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e3e011b9cb1273f0d05f87c67b76a3b07dbc20e9;p=openstack-build%2Fheat-build.git Bump to v6 Heat version 5 is released, let's start working on 6. Change-Id: Icd0db5c0a9317d17ae4c2f161d50da8b5c50c40e Signed-off-by: Tomas Sedovic --- diff --git a/heat/version.py b/heat/version.py index 637afb7a..2268276e 100644 --- a/heat/version.py +++ b/heat/version.py @@ -20,7 +20,7 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -HEAT_VERSION = ['5'] +HEAT_VERSION = ['6'] REVISION = HEAT_VERSION FINAL = False # This becomes true at Release Candidate time