summaryrefslogtreecommitdiff
path: root/oslo_messaging/version.py
diff options
context:
space:
mode:
authorKirill Bespalov <kbespalov@mirantis.com>2016-05-19 16:49:51 +0300
committerKirill Bespalov <kbespalov@mirantis.com>2016-05-19 17:14:31 +0300
commit0991a696ca3583a590c0b5756b31693881b86e46 (patch)
tree4fb2461ec571cd6fd1b07e751aed3bf52b61417a /oslo_messaging/version.py
parentb8cafee601a8246e5f4ef18781f4de4d03160dc1 (diff)
downloadoslo-messaging-0991a696ca3583a590c0b5756b31693881b86e46.tar.gz
Add reno for releasenotes management
An initial patch to add reno and create a base directory for release notes Change-Id: If393d865f3f054379a713d0e9f905d43b2faeccb
Diffstat (limited to 'oslo_messaging/version.py')
-rw-r--r--oslo_messaging/version.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/oslo_messaging/version.py b/oslo_messaging/version.py
new file mode 100644
index 0000000..b4cd76b
--- /dev/null
+++ b/oslo_messaging/version.py
@@ -0,0 +1,18 @@
+# Copyright 2016 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.
+
+
+import pbr.version
+
+version_info = pbr.version.VersionInfo('oslo_messaging')