Merge "Use the full release string when showing version"

This commit is contained in:
Jenkins 2014-06-03 23:42:04 +00:00 committed by Gerrit Code Review
commit 8e119006df
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class ZuulApp(object):
def _get_version(self):
from zuul.version import version_info as zuul_version_info
return "Zuul version: %s" % zuul_version_info.version_string()
return "Zuul version: %s" % zuul_version_info.release_string()
def read_config(self):
self.config = ConfigParser.ConfigParser()