From 5bda9da03632834c3b52c94097c087300f5d8ac0 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 16 Jun 2015 17:07:32 -0700 Subject: Bumped default API version == 1.19 --- docker/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/constants.py') diff --git a/docker/constants.py b/docker/constants.py index 233d9b1..f99f192 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -1,4 +1,4 @@ -DEFAULT_DOCKER_API_VERSION = '1.18' +DEFAULT_DOCKER_API_VERSION = '1.19' DEFAULT_TIMEOUT_SECONDS = 60 STREAM_HEADER_SIZE_BYTES = 8 CONTAINER_LIMITS_KEYS = [ -- cgit v1.2.1