diff options
author | Paul Belanger <paul.belanger@polybeacon.com> | 2012-11-15 14:33:05 -0500 |
---|---|---|
committer | Jenkins <jenkins@review.openstack.org> | 2012-11-17 01:32:14 +0000 |
commit | 43cdeab65f2ff61332e9e12d8e6658339758510a (patch) | |
tree | bd483410ca67a453809a472f4ebfe7bc642314c4 /zuul/version.py | |
parent | 4886f2853395f342db41628958b76989d8772a96 (diff) | |
download | zuul-43cdeab65f2ff61332e9e12d8e6658339758510a.tar.gz |
Import oslo-incubator for versioning
After successfully adding openstack versioning to jenkins-job-builder
this add the same support for zuul.
Change-Id: Ia5baab2b0d9392c1b3c70bf890eaf7c6a2ea5c29
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-on: https://review.openstack.org/16219
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
Diffstat (limited to 'zuul/version.py')
-rw-r--r-- | zuul/version.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/zuul/version.py b/zuul/version.py new file mode 100644 index 000000000..016d37e03 --- /dev/null +++ b/zuul/version.py @@ -0,0 +1,20 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright 2011 OpenStack LLC +# Copyright 2012 Hewlett-Packard Development Company, L.P. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +from zuul.openstack.common import version as common_version + +version_info = common_version.VersionInfo('zuul') |