From b602ec55e079eed7040b4e63755b7b0412d9f8d6 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 21 Jun 2012 16:54:09 +0100 Subject: [PATCH] Final versioning for 2012.1.1 Change-Id: Ibfd86df27c531ec2b3d0bb4b0a7feeef46a2989d --- AUTHORS | 1 + horizon/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1299a80ac2..5b076d7026 100644 --- a/AUTHORS +++ b/AUTHORS @@ -32,6 +32,7 @@ Joshua McKenty Julien Danjou Ken Pepple Mark Gius +Mark McLoughlin Michael Szilagyi Mike Perez Mike Scherbakov diff --git a/horizon/version.py b/horizon/version.py index 17b7d4c3ba..730f387f64 100644 --- a/horizon/version.py +++ b/horizon/version.py @@ -21,7 +21,7 @@ version_info = {'branch_nick': u'LOCALBRANCH', HORIZON_VERSION = ['2012', '1', '1'] YEAR, COUNT, REVISION = HORIZON_VERSION -FINAL = False # This becomes true at Release Candidate time +FINAL = True # This becomes true at Release Candidate time def canonical_version_string():