summaryrefslogtreecommitdiff
path: root/cinderclient/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/__init__.py')
-rw-r--r--cinderclient/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cinderclient/__init__.py b/cinderclient/__init__.py
index 29e35c8..aa76045 100644
--- a/cinderclient/__init__.py
+++ b/cinderclient/__init__.py
@@ -16,6 +16,7 @@ __all__ = ['__version__']
import pbr.version
+
version_info = pbr.version.VersionInfo('python-cinderclient')
# We have a circular import problem when we first run python setup.py sdist
# It's harmless, so deflect it.