From 33dcbab38f9702722273e629f939b8addcc08c5e Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 29 Oct 2018 18:57:22 +0000 Subject: [PATCH] Don't include version information in python Instead we'll use the OpenStack norm of tagging a commit for release. Change-Id: I1ebfa012d2674208fddfe90e194fd6f9aab42801 --- gabbi_tempest/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gabbi_tempest/__init__.py b/gabbi_tempest/__init__.py index d811ced..e69de29 100644 --- a/gabbi_tempest/__init__.py +++ b/gabbi_tempest/__init__.py @@ -1,14 +0,0 @@ -# -# 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. - -__version__ = '0.1.1'