summaryrefslogtreecommitdiff
path: root/oslo_middleware
diff options
context:
space:
mode:
authorKirill Bespalov <kbespalov@mirantis.com>2016-05-20 18:03:11 +0300
committerKirill Bespalov <kbespalov@mirantis.com>2016-06-30 09:58:08 +0000
commit3b0bd79d852d5367d94542875b0261971d8b7ded (patch)
tree67fca2b85ada344d518f4c53325beade0ff42dc2 /oslo_middleware
parent6f1db02ef07137907977e7437d1e2df7619a429d (diff)
downloadoslo-middleware-3b0bd79d852d5367d94542875b0261971d8b7ded.tar.gz
Add reno for release notes management
An initial patch to add reno and create a base directory for release notes Change-Id: I2fa27beb5d7e2c898ce567dce2add00ccdb54afe
Diffstat (limited to 'oslo_middleware')
-rw-r--r--oslo_middleware/version.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/oslo_middleware/version.py b/oslo_middleware/version.py
new file mode 100644
index 0000000..f73224f
--- /dev/null
+++ b/oslo_middleware/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_middleware')