Skip to content

Commit

Permalink
Bump version and define minimum botocore version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabfuel committed Jul 16, 2019
1 parent 61cce1a commit da756c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecs_deploy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.8.0'
VERSION = '1.9.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
return f.read()


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

setup(
name='ecs-deploy',
Expand Down

0 comments on commit da756c0

Please sign in to comment.