diff --git a/horizon/version.py b/horizon/version.py index 204a735e2a..a65e0da9b7 100644 --- a/horizon/version.py +++ b/horizon/version.py @@ -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():