Update API version to 1.19

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-07-28 14:51:27 +01:00
commit 118a389646
4 changed files with 6 additions and 8 deletions

View file

@ -14,7 +14,7 @@ def docker_client():
cert_path = os.path.join(os.environ.get('HOME', ''), '.docker')
base_url = os.environ.get('DOCKER_HOST')
api_version = os.environ.get('COMPOSE_API_VERSION', '1.18')
api_version = os.environ.get('COMPOSE_API_VERSION', '1.19')
tls_config = None