Set release to final for v7

Change-Id: Ia11e0a401a0a3087823556c1e702219bb503d8e2
Signed-off-by: Zane Bitter <zbitter@redhat.com>
This commit is contained in:
Zane Bitter 2012-10-23 11:44:50 +02:00
parent d65ae5b313
commit 05a39ef93f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ except ImportError:
version_info = {}
HEAT_VERSION = '7'
FINAL = False # This becomes true at Release Candidate time
FINAL = True
def get_git_sha():