summaryrefslogtreecommitdiff
path: root/oslo_context
diff options
context:
space:
mode:
authorKirill Bespalov <kbespalov@mirantis.com>2016-05-20 17:58:06 +0300
committerKirill Bespalov <kbespalov@mirantis.com>2016-05-20 17:58:52 +0300
commit061741287a9fd90fa1664462f5ef6bb4d942f1a6 (patch)
tree8533ace28f71cfe3e83e14c43e70f489ec5f5333 /oslo_context
parent6e61493b5477ffc49b6e437effa27c593c15e3b0 (diff)
downloadoslo-context-061741287a9fd90fa1664462f5ef6bb4d942f1a6.tar.gz
Add reno for releasenotes management2.5.0
An initial patch to add reno and create a base directory for release notes Change-Id: I8a18a2f2550ff82954d28a6e897a9ce9b1f8f1ba
Diffstat (limited to 'oslo_context')
-rw-r--r--oslo_context/version.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/oslo_context/version.py b/oslo_context/version.py
new file mode 100644
index 0000000..62ce6e6
--- /dev/null
+++ b/oslo_context/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_context')