summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-08-25 12:46:48 +0100
committerMark McLoughlin <markmc@redhat.com>2013-08-25 12:51:31 +0100
commit662cfb09c0ea62e642077f80d74056b31dba94d1 (patch)
tree972abb6ae0a2f73b07fb55c6c02dd27c33062b07 /setup.cfg
parent1cec054637b95fe394bbc57642806d41dd28ed8b (diff)
downloadoslo-config-662cfb09c0ea62e642077f80d74056b31dba94d1.tar.gz
Remove explicit version from setup.cfg
With the explicit "pre version" in setup.cfg, PBR generates our version as 1.2.0.a1.g2748574 and, without it, it generates 1.2.0a4.1.g2748574. which in turn causes nova to complain about: VersionConflict: (oslo.config 1.2.0.a1.g2748574 (/opt/stack/new/oslo.config), Requirement.parse('oslo.config>=1.2.0a3')) when trying to load extensions with stevedore. I'm not sure why this is suddenly an issue after 1.2.0a4 has been tagged, but removing this version is the right thing to do anyway since we want to rely on tags for all versioning info. Change-Id: I9090b8401a43befd73a82f9bb78e0b6165619c7c
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index fd356d5..217ff22 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
[metadata]
name = oslo.config
-version = 1.2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Oslo Configuration API