releases/deliverables/mitaka/python-glanceclient.yaml
Doug Hellmann 2ff9a62a94 remove send-announcements-to from mitaka projects
We no longer use the send-announcements-to field for anything.

Change-Id: I3ed3f7f43048871a52a88d92331ee73bbf4d501d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-06 10:17:00 -04:00

29 lines
947 B
YAML

---
launchpad: python-glanceclient
team: glance
type: library
release-model: cycle-with-intermediary
include-pypi-link: yes
releases:
- version: 1.2.0
projects:
- repo: openstack/python-glanceclient
hash: d91210c806fe1f5bad39b18bf3ee38d3669fd8c3
- version: 2.0.0
projects:
- repo: openstack/python-glanceclient
hash: 22a03fd475d1807dee41b24291862f1bdc361273
highlights: >
Dropped support for both py26, py33 and pypy. Improved
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.