fix ambiguous version number types

Some of the tooz versions can be parsed as floats, so the YAML parser is
doing that automatically. Wrap them in quotes to force them to be
treated as strings.

Change-Id: I422b3b79714c4d01c27c631af822d4e17144c17a
This commit is contained in:
Doug Hellmann 2015-11-09 21:29:17 +00:00
parent f76aa7c576
commit 3e4f08fc0a
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
---
launchpad: python-tooz
releases:
- version: 0.10
- version: '0.10'
projects:
- repo: openstack/tooz
hash: a2216e383e78b08324e5f873a35376b57cf29d3f
- version: 0.11
- version: '0.11'
projects:
- repo: openstack/tooz
hash: 405dfec672cd036ab4905cd27c1bbd8180cb8228
- version: 0.12
- version: '0.12'
projects:
- repo: openstack/tooz
hash: 5edf2b3db33a42b646fe923580debff6b58a1122