diff --git a/AUTHORS b/AUTHORS index 22400c1932..d962023694 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():