From: Chris Alfonso Date: Mon, 23 Apr 2012 18:46:49 +0000 (-0400) Subject: Changing version scheme to just major X-Git-Tag: 2014.1~1937 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=841452f350447683a851151088ee5615d64c97b8;p=openstack-build%2Fheat-build.git Changing version scheme to just major --- diff --git a/heat/version.py b/heat/version.py index f59538fc..fa5af3d6 100644 --- a/heat/version.py +++ b/heat/version.py @@ -20,7 +20,7 @@ except ImportError: 'revision_id': 'LOCALREVISION', 'revno': 0} -HEAT_VERSION = ['v3'] +HEAT_VERSION = ['3'] REVISION = HEAT_VERSION FINAL = False # This becomes true at Release Candidate time