Bump API max version to 3.64

Bump MAX_VERSION to 3.64 to support including the encryption_key_id
attribute in volume and backup details.

Implements: blueprint include-encryption-key-id-in-details
Depends-On: I16f54e6722cdbcbad4af1eb0d30264b0039412fd
Change-Id: I6e1f3ff62d4b7b9b8299f7bd73071c3c7856f6df
This commit is contained in:
Alan Bishop 2021-01-18 07:33:28 -08:00
parent 617fdb9ca6
commit da7a49f679
1 changed files with 1 additions and 1 deletions

View File

@ -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.63"
MAX_VERSION = "3.64"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}