File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ pip install https://github.com/boto/botocore/archive/v2.zip https://github.com/a
9797
9898## Change Log
9999
100+ * v0.22.1: Fix issue with cfn package and cfn deploy with awscli >= 1.41.9
100101* v0.22.0: Use fallback for endpoint detection. Should prevent most cases of ` Unable to find LocalStack endpoint for service ... `
101102* v0.21.1: Introducing semantic versioning and list of services without endpoints
102103* v0.21: Use placeholder credentials and region only if Boto cannot not find them, fix output streaming for logs tail call
Original file line number Diff line number Diff line change 1616
1717 setup (
1818 name = 'awscli-local' ,
19- version = '0.22.0 ' ,
19+ version = '0.22.1 ' ,
2020 description = description ,
2121 long_description = README ,
2222 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments