diff options
| author | Joffrey F <joffrey@docker.com> | 2015-06-16 17:07:32 -0700 |
|---|---|---|
| committer | Joffrey F <joffrey@docker.com> | 2015-06-18 20:38:52 +0200 |
| commit | 6fd391840e7c1768a88410814b97e178697298ff (patch) | |
| tree | 17a802edb250a68332f7a9faa26de4bafde53e51 /docker | |
| parent | 4ec36c80a9951f0fbaeefe7bf82a2e8ea7f0cc85 (diff) | |
| download | docker-py-6fd391840e7c1768a88410814b97e178697298ff.tar.gz | |
Bumped default API version == 1.19
Diffstat (limited to 'docker')
| -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 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 = [ |
