Skip to content

Commit c247184

Browse files
committed
Merge branch 'release/1.9.0'
2 parents 67950a4 + da756c0 commit c247184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ecs_deploy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.8.0'
1+
VERSION = '1.9.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111
return f.read()
1212

1313

14-
dependencies = ['click<7.0.0', 'botocore', 'boto3>=1.4.7', 'future', 'requests']
14+
dependencies = ['click<7.0.0', 'botocore>=1.12.0', 'boto3>=1.4.7', 'future', 'requests']
1515

1616
setup(
1717
name='ecs-deploy',

0 commit comments

Comments
 (0)