From: Steven Dake Date: Mon, 23 Apr 2012 01:39:11 +0000 (-0700) Subject: Update version to v3 X-Git-Tag: 2014.1~1941 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3323d045d2af05c0bf9ecdf59980f70cb24fd6ae;p=openstack-build%2Fheat-build.git Update version to v3 Signed-off-by: Steven Dake --- diff --git a/heat/version.py b/heat/version.py index 9d6b092a..f59538fc 100644 --- a/heat/version.py +++ b/heat/version.py @@ -20,7 +20,7 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -HEAT_VERSION = ['v2'] +HEAT_VERSION = ['v3'] REVISION = HEAT_VERSION FINAL = False # This becomes true at Release Candidate time