From: Ian Main Date: Wed, 27 Jun 2012 16:56:54 +0000 (-0700) Subject: Bump to v5 X-Git-Tag: 2014.1~1659^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=985ba43a24c579b0f0be342aa1526cda919a7cc7;p=openstack-build%2Fheat-build.git Bump to v5 Heat version 4 is now released, on to version 5. Change-Id: I6e679f0d202e25bcaa0620b2a858a2910f4d4f33 Signed-off-by: Ian Main --- diff --git a/heat/version.py b/heat/version.py index ff561851..637afb7a 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