Bump version to v8

v7 has branched

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

View File

@ -25,7 +25,7 @@ try:
except ImportError:
version_info = {}
HEAT_VERSION = '7'
HEAT_VERSION = '8'
FINAL = False # This becomes true at Release Candidate time