1---
2fixes:
3  - |
4    Fixes `bug 1705093`_ by having the
5    ``cinderclient.client.get_highest_client_server_version`` method return a
6    string rather than a float. The problem with returning a float is when a
7    user of that method would cast the float result to a str which turns 3.40,
8    for example, into "3.4" which is wrong.
9
10    .. _bug 1705093: https://bugs.launchpad.net/python-cinderclient/+bug/1705093
11