summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-10 00:21:59 +0000
committerGerrit Code Review <review@openstack.org>2021-03-10 00:21:59 +0000
commit617fdb9ca64b140b145fa2a1c6ca13e27d6fea63 (patch)
treece03dd64dfe3b983ff7fef2507400f252f7ea9f7
parent8e804292db6922516e8a6fd52d14dcd64396d00c (diff)
parent070307d2b4ec181301aea248e06a5f549930c0e6 (diff)
downloadpython-cinderclient-617fdb9ca64b140b145fa2a1c6ca13e27d6fea63.tar.gz
Merge "Add MV 3.63 to the max supported version"
-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 ff4cc93..55dbfec 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.62"
+MAX_VERSION = "3.63"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}