Bump API max version to 3.70

Bump MAX_VERSION to 3.70 to support the following:
- 3.69 - Allow null value for shared_targets
- 3.70 - Support encrypted volume transfers

Implements: bp/transfer-encrypted-volume
Depends-On: I459f06504e90025c9c0b539981d3d56a2a9394c7
Change-Id: I11072d6d8a185037c7f4cdd52c45933b0cccaf05
This commit is contained in:
Alan Bishop 2022-08-09 13:51:16 -07:00
parent 1f3b663485
commit 730a8c7728
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ LOG = logging.getLogger(__name__)
# key is unsupported version, value is appropriate supported alternative
REPLACEMENT_VERSIONS = {"1": "3", "2": "3"}
MAX_VERSION = "3.68"
MAX_VERSION = "3.70"
MIN_VERSION = "3.0"
_SUBSTITUTIONS = {}