Skip to content

Commit

Permalink
Merge f2e4edb into 48911c8
Browse files Browse the repository at this point in the history
  • Loading branch information
gh4x committed Mar 28, 2019
2 parents 48911c8 + f2e4edb commit 40f891b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.0.1 First working version
v0.2.0 python 3 compatibility, add cli entrypoint
v0.3.0 Updates to pass ASG and ELB names via command line
v0.3.2 Pins packages needed by Travis CI
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="License2Deploy",
version="0.3.1",
version="0.3.2",
author="Dun and Bradstreet",
author_email="license2deploy@dandb.com",
description="Rolling deploys by changing desired amount of instances AWS EC2 Autoscale Group",
Expand All @@ -23,10 +23,10 @@ def read(fname):
},
include_package_data=True,
install_requires=[
'botocore==1.12.119',
'botocore==1.12.123',
'boto==2.49.0',
'boto3==1.7.37',
'PyYAML==3.12',
'boto3==1.9.123',
'PyYAML==5.1',
'retry==0.9.2'
],
extras_require={'test': [
Expand Down

0 comments on commit 40f891b

Please sign in to comment.