Skip to content

Commit

Permalink
Merge branch 'hotfix/1.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
fabfuel committed Oct 28, 2018
2 parents 616b9b3 + 7e1def6 commit 0c4a34b
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.4.2'
VERSION = '1.4.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from ecs_deploy import VERSION

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

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

0 comments on commit 0c4a34b

Please sign in to comment.