summaryrefslogtreecommitdiff
path: root/novaclient/__init__.py
diff options
context:
space:
mode:
authorArtom Lifshitz <alifshit@redhat.com>2023-02-01 10:08:52 -0500
committerSahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>2023-02-02 13:36:52 +0000
commit85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b (patch)
tree6a73a2ae2f8792ccd6dc87bd199bb43df9b5324f /novaclient/__init__.py
parentc7cb02f1f7d508863c5e33f9d4b8e26b1a7ab6c0 (diff)
downloadpython-novaclient-85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b.tar.gz
Bump microversion to 2.9518.3.0
There are no client-side changes for either 2.94 or 2.95, so just do the bump and add release notes. Change-Id: I8c2bfd48526840fc618820b9ae6a12dc98cdef45
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 2a89e338..de4417d6 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.93")
+API_MAX_VERSION = api_versions.APIVersion("2.95")