diff options
author | Anca Iordache <aiordache@users.noreply.github.com> | 2020-08-10 18:35:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 18:35:10 +0200 |
commit | 30089ec681d9016154c722717e974bec9116ef47 (patch) | |
tree | 2c153d89c1977f8791d8114db7d171b328fc9330 /docker/constants.py | |
parent | 7f11cd417956c51e9df27fd640fff25d99085322 (diff) | |
parent | 7db995b1ce94d8ec012793037acb789c17f95779 (diff) | |
download | docker-py-release.tar.gz |
4.3.0 release
Diffstat (limited to 'docker/constants.py')
-rw-r--r-- | docker/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/constants.py b/docker/constants.py index e4daed5..c09eeda 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -1,7 +1,7 @@ import sys from .version import version -DEFAULT_DOCKER_API_VERSION = '1.35' +DEFAULT_DOCKER_API_VERSION = '1.39' MINIMUM_DOCKER_API_VERSION = '1.21' DEFAULT_TIMEOUT_SECONDS = 60 STREAM_HEADER_SIZE_BYTES = 8 |