summaryrefslogtreecommitdiff
path: root/cinderclient
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-10 22:04:12 +0000
committerGerrit Code Review <review@openstack.org>2021-03-10 22:04:12 +0000
commit36e22fadddadab5c5de3629c021564d885b9825a (patch)
tree8abfe38394d93960c4036219432f934a623ce794 /cinderclient
parentf397199d97d3e0cca1874672954b83a2519bba62 (diff)
parentda7a49f679d6310692be81a61cb7d6f29f86f7c1 (diff)
downloadpython-cinderclient-36e22fadddadab5c5de3629c021564d885b9825a.tar.gz
Merge "Bump API max version to 3.64"
Diffstat (limited to 'cinderclient')
-rw-r--r--cinderclient/api_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py
index 55dbfec..d7a470d 100644
--- a/cinderclient/api_versions.py
+++ b/cinderclient/api_versions.py
@@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__)
# key is a deprecated version and value is an alternative version.
DEPRECATED_VERSIONS = {"2": "3"}
DEPRECATED_VERSION = "2.0"
-MAX_VERSION = "3.63"
+MAX_VERSION = "3.64"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}