From: Chris Alfonso Date: Mon, 14 May 2012 18:24:25 +0000 (-0400) Subject: Updated the version to 4 X-Git-Tag: 2014.1~1826 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4f34681d1de31f72f6a2f7ecddb22162d5cf6373;p=openstack-build%2Fheat-build.git Updated the version to 4 Signed-off-by: Chris Alfonso --- diff --git a/heat/version.py b/heat/version.py index fa5af3d6..ff561851 100644 --- a/heat/version.py +++ b/heat/version.py @@ -20,7 +20,7 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -HEAT_VERSION = ['3'] +HEAT_VERSION = ['4'] REVISION = HEAT_VERSION FINAL = False # This becomes true at Release Candidate time