summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasenotes/notes/bug-1705093-9bc782d44018c27d.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1705093-9bc782d44018c27d.yaml b/releasenotes/notes/bug-1705093-9bc782d44018c27d.yaml
new file mode 100644
index 0000000..ee7ef73
--- /dev/null
+++ b/releasenotes/notes/bug-1705093-9bc782d44018c27d.yaml
@@ -0,0 +1,10 @@
+---
+fixes:
+ - |
+ Fixes `bug 1705093`_ by having the
+ ``cinderclient.client.get_highest_client_server_version`` method return a
+ string rather than a float. The problem with returning a float is when a
+ user of that method would cast the float result to a str which turns 3.40,
+ for example, into "3.4" which is wrong.
+
+ .. _bug 1705093: https://bugs.launchpad.net/python-cinderclient/+bug/1705093