Bump version to 2012.1.4

Set version to 2012.1.4, but with final=False

See http://wiki.openstack.org/StableBranchRelease

Note - 2012.1.3 is expected to be the final official release of Essex.

Change-Id: I2e2c6e5ab16479607c777436d90fc45a388506fd
This commit is contained in:
Mark McLoughlin 2012-10-11 20:35:15 +01:00
parent b67f21f9b4
commit 5ce394226a
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ version_info = {'branch_nick': u'LOCALBRANCH',
'revno': 0}
HORIZON_VERSION = ['2012', '1', '3']
HORIZON_VERSION = ['2012', '1', '4']
YEAR, COUNT, REVISION = HORIZON_VERSION
FINAL = True # This becomes true at Release Candidate time
FINAL = False # This becomes true at Release Candidate time
def canonical_version_string():