diff options
| author | Zuul <zuul@review.opendev.org> | 2021-03-10 00:21:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-03-10 00:21:59 +0000 |
| commit | 617fdb9ca64b140b145fa2a1c6ca13e27d6fea63 (patch) | |
| tree | ce03dd64dfe3b983ff7fef2507400f252f7ea9f7 | |
| parent | 8e804292db6922516e8a6fd52d14dcd64396d00c (diff) | |
| parent | 070307d2b4ec181301aea248e06a5f549930c0e6 (diff) | |
| download | python-cinderclient-617fdb9ca64b140b145fa2a1c6ca13e27d6fea63.tar.gz | |
Merge "Add MV 3.63 to the max supported version"
| -rw-r--r-- | cinderclient/api_versions.py | 2 |
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 = {} |
