Comment 13 for bug 1705093

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-cinderclient (master)

Reviewed: https://review.openstack.org/485817
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=72671fffe51898446c8671e122cd6ef11171fdb1
Submitter: Jenkins
Branch: master

commit 72671fffe51898446c8671e122cd6ef11171fdb1
Author: Matt Riedemann <email address hidden>
Date: Thu Jul 20 16:46:07 2017 -0400

    Add release note for get_highest_client_server_version return type change

    Change Ica4d718b3de31c31da047f07c5154b242e122596 changed the return
    type on the cinderclient.client.get_highest_client_server_version
    method from a float to a str. Since it's a public API we should
    document the change with a release note.

    Change-Id: I197c80ef657156261ecbf51cee6300268438b639
    Related-Bug: #1705093