Revert "Bump MAX version of client to 3.45"

3.45 has landed, but it's not the expected change.

This reverts commit 664299b235.

Change-Id: I39e93c6078871f8652889cf8a46c1af6962288e4
This commit is contained in:
Sean McGinnis
2017-10-30 17:47:53 +00:00
parent 664299b235
commit 17fb13fd68

View File

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