From b3345ffb21a43db9c68b202d9dc9fb217ba9c109 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 20 Aug 2014 13:51:28 +1200 Subject: [PATCH] Remove hardcoded version. API clients generally use semantic versioning, not pbr's pre-version facility which is used for the API servers. This line causes local package builds to have the wrong version (2.0.dev.. when 2.0 was released a long time ago) and pbr will in future detect this and error. Change-Id: Ief099a077f0c4da656dcdba10d86531694fc8491 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0b2bd4fb..7a4e5d1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = python-barbicanclient -version = 2.0 summary = Client Library for OpenStack Barbican Key Management API description-file = README.rst