Remove hardcoded version.
authorRobert Collins <rbtcollins@hp.com>
Wed, 20 Aug 2014 01:04:17 +0000 (13:04 +1200)
committerRobert Collins <rbtcollins@hp.com>
Wed, 20 Aug 2014 01:04:17 +0000 (13:04 +1200)
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

index 28adf7c..f765a7d 100644 (file)
--- 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