summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-02 16:03:40 +0000
committerGerrit Code Review <review@openstack.org>2022-08-02 16:03:40 +0000
commitcdea416cce0b81b096a0907a7f283534c9f06323 (patch)
treefdecba8c04656324fef1cea3f0d3edaa51d85df4 /novaclient/__init__.py
parent89a76edc8d68212d65b6189669f9a7207f09655d (diff)
parent2b5d989990b14ef81e3ca2a48df8e43b6b205d0e (diff)
downloadpython-novaclient-cdea416cce0b81b096a0907a7f283534c9f06323.tar.gz
Merge "Add support for 2.92 : keypair import mandatory"
Diffstat (limited to 'novaclient/__init__.py')
-rw-r--r--novaclient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/__init__.py b/novaclient/__init__.py
index bbfd9522..afffde0f 100644
--- a/novaclient/__init__.py
+++ b/novaclient/__init__.py
@@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
# when client supported the max version, and bumped sequentially, otherwise
# the client may break due to server side new version may include some
# backward incompatible change.
-API_MAX_VERSION = api_versions.APIVersion("2.91")
+API_MAX_VERSION = api_versions.APIVersion("2.92")