From: Robert Collins Date: Wed, 20 Aug 2014 01:04:17 +0000 (+1200) Subject: Remove hardcoded version. X-Git-Tag: opnfv-6.0.0~2761^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=97174ff005187c3471c9f0e0e1a7ca9eb5f65212;p=apex-tripleo-heat-templates.git Remove hardcoded version. We use semantic versioning, not pbr's pre-version facility. This line causes local package builds to have the wrong version, and pbr will in future detect this and error. Change-Id: Ia625d31e87d137e867badcdeac1f33630257bb8c --- diff --git a/setup.cfg b/setup.cfg index 28adf7c2..f765a7dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = tripleo-heat-templates -version = 0.0.1 summary = Heat templates for deploying OpenStack with OpenStack. description-file = README.md