From 29a6e5d889a7f8a3bd0ac461038a25603ee3b3a0 Mon Sep 17 00:00:00 2001 From: Fabian Fuelling Date: Sun, 22 Oct 2017 09:23:03 +0200 Subject: [PATCH] Bump version to 1.4.0 --- ecs_deploy/ecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs_deploy/ecs.py b/ecs_deploy/ecs.py index e33cadd..2bbc368 100644 --- a/ecs_deploy/ecs.py +++ b/ecs_deploy/ecs.py @@ -5,7 +5,7 @@ from dateutil.tz.tz import tzlocal -VERSION = '1.3.1' +VERSION = '1.4.0' class EcsClient(object):