From 97174ff005187c3471c9f0e0e1a7ca9eb5f65212 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 20 Aug 2014 13:04:17 +1200 Subject: [PATCH] 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 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 28adf7c299..f765a7ddc9 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