From 08c3a2726003081b04ab548bb5f170ea62572766 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 2 Dec 2014 17:45:41 -0500 Subject: [PATCH] Drop version string from setup.cfg This commit drops the working release version from setup.cfg for the pending release. We'll rely on pbr to do the versioning for things based on tags from now on. Change-Id: I0e48b9146622860ffd943f49b98d09a6c876aa0e --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e6f5a14..44a912e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = tempest-lib -version = 0.0.2 summary = OpenStack Functional Testing Library description-file = README.rst