aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2014-08-20 13:04:17 +1200
committerRobert Collins <rbtcollins@hp.com>2014-08-20 13:04:17 +1200
commit97174ff005187c3471c9f0e0e1a7ca9eb5f65212 (patch)
tree703da4647ad7b18da9f50322d94cf490c2535672
parent2656fa938d6ff1b8807d59fd06afff14786dbd74 (diff)
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
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
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