summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-12-07 03:19:04 +0000
committerGerrit Code Review <review@openstack.org>2017-12-07 03:19:04 +0000
commit91fb5b07d109c7d16dde64dffe99a63084b76dce (patch)
treebb4c596ed41a75e21de3f52736fab069af491f69
parenta971b1def2c7323360d35b77f06aaf8fae7ff10e (diff)
parentd8b6d8020e671962f13acd2f1e4187a1d428a103 (diff)
downloadpython-cinderclient-91fb5b07d109c7d16dde64dffe99a63084b76dce.tar.gz
Merge "Bump Max version to 3.46"
-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 eac6abb..26904d1 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 = {"1": "2"}
DEPRECATED_VERSION = "2.0"
-MAX_VERSION = "3.45"
+MAX_VERSION = "3.46"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}