diff --git a/deliverables/mitaka/python-glanceclient.yaml b/deliverables/mitaka/python-glanceclient.yaml index 493d5a3e4d..588887f6c2 100644 --- a/deliverables/mitaka/python-glanceclient.yaml +++ b/deliverables/mitaka/python-glanceclient.yaml @@ -17,3 +17,11 @@ releases: handling of HTTP errors from the server and removed monkey-patching of getsockopt. Several improvements on the test suite. + - version: 2.0.1 + projects: + - repo: openstack/python-glanceclient + hash: 99ca367083459b698f052c56a1e73492dafcc383 + highlights: > + - Fixes endpoint type handling during session creation and an encoding + issue when using v1 client. + - Few other bug fixes and dependency updates.