]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Bump to v6
authorTomas Sedovic <tomas@sedovic.cz>
Tue, 31 Jul 2012 12:50:17 +0000 (14:50 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Tue, 31 Jul 2012 12:51:55 +0000 (14:51 +0200)
Heat version 5 is released, let's start working on 6.

Change-Id: Icd0db5c0a9317d17ae4c2f161d50da8b5c50c40e
Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
heat/version.py

index 637afb7a1dbfcd811e7c232ec27c54cb33d96b26..2268276ebdffea748e2bb882063b58fd10a255a9 100644 (file)
@@ -20,7 +20,7 @@ except ImportError:
                     'revision_id': 'LOCALREVISION',
                     'revno': 0}
 
-HEAT_VERSION = ['5']
+HEAT_VERSION = ['6']
 REVISION = HEAT_VERSION
 
 FINAL = False   # This becomes true at Release Candidate time