Remove hardcoded version

API clients generally use semantic versioning, not pbr's pre-version facility.
This line causes local package builds to have the wrong version today
(0.0.2.dev.. when 0.0.2 is already released). Furthermore pbr will in future
detect this and error. Removing the line will let pbr automatically manage
versions for you.

Change-Id: Idd75b05c8b9ce93fcb71bc46cf648a3be99e53a0
This commit is contained in:
Robert Collins 2014-08-20 13:53:24 +12:00 committed by lifeless
parent 1ce9c55efe
commit ed364770fc

View File

@ -1,6 +1,5 @@
[metadata]
name = python-zaqarclient
version = 0.0.2
summary = Client Library for OpenStack Zaqar Queueing API
description-file =
README.rst