Files
murano-dashboard/muranodashboard/version.py
Lin Yang 431c714fed Remove all vim modelines
Vim modelines should not be used in OpenStack project any longer [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html

Change-Id: I44b34eaa026e6e70b184652eb8e1e8d40fda4eb9
2015-07-09 12:34:57 +08:00

19 lines
750 B
Python

# Copyright 2012 OpenStack Foundation
#
# 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('muranodashboard')
__version__ = __version_info.cached_version_string()