From ed364770fc4ccad68aaada51dcd137dbd85c245f Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 20 Aug 2014 13:53:24 +1200 Subject: [PATCH] Remove hardcoded version API clients generally use semantic versioning, not pbr's pre-version facility. This line causes local package builds to have the wrong version today (0.0.2.dev.. when 0.0.2 is already released). Furthermore pbr will in future detect this and error. Removing the line will let pbr automatically manage versions for you. Change-Id: Idd75b05c8b9ce93fcb71bc46cf648a3be99e53a0 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dc92f4a3..0f0f36b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = python-zaqarclient -version = 0.0.2 summary = Client Library for OpenStack Zaqar Queueing API description-file = README.rst