newton: release stevedore 1.17.1

This has a single change:

62398ed4a3376b52e0934a9e23b88bea60404972

Needed to release the fix for bug 1611387 which
clutters up the n-cpu logs in the gate runs.

Change-Id: Ie56fee208f4cd74e146671e6299217719f017e32
This commit is contained in:
Matt Riedemann
2016-08-17 15:56:25 -04:00
parent 6bb4a0ed74
commit 778a59890a

View File

@@ -31,3 +31,9 @@ releases:
highlights: |-
- Add Python 3.5 classifier and venv
- Make error reporting for extension loading quieter
- version: 1.17.1
projects:
- repo: openstack/stevedore
hash: 62398ed4a3376b52e0934a9e23b88bea60404972
highlights: |-
- Fixed bug 1611387 to not emit warnings when loading hooks by default.