]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Bump to v5
authorIan Main <imain@redhat.com>
Wed, 27 Jun 2012 16:56:54 +0000 (09:56 -0700)
committerIan Main <imain@redhat.com>
Wed, 27 Jun 2012 16:56:54 +0000 (09:56 -0700)
Heat version 4 is now released, on to version 5.

Change-Id: I6e679f0d202e25bcaa0620b2a858a2910f4d4f33
Signed-off-by: Ian Main <imain@redhat.com>
heat/version.py

index ff56185121f00c24cdda77c0477e1c6adbbf188d..637afb7a1dbfcd811e7c232ec27c54cb33d96b26 100644 (file)
@@ -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