59920a3d63
I155d42b0b45444fe239cb4ac9bd7e26e5c835aa5 Ie8559212b3850a191e61b7eace489ac369f7bfab I42d3f577270c8330595c1e006e488c6fc4567d12 Ic75310c28e3d65e8871cc974699146c6767a4c6b Ibf5ded656f7ae2c80e00aeb4c757bf238b7595aa Change-Id: Ic260349de80e4ab92239c8eef8e492507bbc40e9
19 lines
698 B
Python
19 lines
698 B
Python
# Copyright (c) 2013 Mirantis, Inc.
|
|
#
|
|
# 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 pbr import version
|
|
|
|
version_info = version.VersionInfo('python-muranoclient')
|