summaryrefslogtreecommitdiff
path: root/docker/constants.py
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-11-04 18:34:39 +0100
committerJoffrey F <joffrey@docker.com>2015-11-04 19:32:22 +0100
commit4f1304c108999014ea0ad04bd01e9b14554dbf84 (patch)
tree98f6599aeefdf54fcac8938a7ab23e44f90ff05f /docker/constants.py
parent47ab89ec2bd3bddf1221b856ffbaff333edeabb4 (diff)
downloaddocker-py-4f1304c108999014ea0ad04bd01e9b14554dbf84.tar.gz
Bump default API version to 1.21bump_api_version_121
Update Makefile to run tests against dind 1.9.0 Update network tests to account for latest API changes Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker/constants.py')
-rw-r--r--docker/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/constants.py b/docker/constants.py
index 3647a3b..0627ba0 100644
--- a/docker/constants.py
+++ b/docker/constants.py
@@ -1,4 +1,4 @@
-DEFAULT_DOCKER_API_VERSION = '1.20'
+DEFAULT_DOCKER_API_VERSION = '1.21'
DEFAULT_TIMEOUT_SECONDS = 60
STREAM_HEADER_SIZE_BYTES = 8
CONTAINER_LIMITS_KEYS = [