Skip to content

Commit d58b550

Browse files
committed
Prepare the release 0.2.1
1 parent 2c2a2eb commit d58b550

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS CLI",
4+
"description": "Fixes `#208 <https://github.com/awslabs/aws-shell/issues/208>`__. Update the AWS Shell to support the latest version of the AWS CLI."
5+
}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77

88
requires = [
9-
'awscli>=1.10.30,<2.0.0',
9+
'awscli>=1.16.10,<2.0.0',
1010
'prompt-toolkit>=1.0.0,<1.1.0',
11-
'boto3>=1.2.1,<2.0.0',
11+
'boto3>=1.9.0,<2.0.0',
1212
'configobj>=5.0.6,<6.0.0',
1313
'Pygments>=2.1.3,<3.0.0',
1414
]

0 commit comments

Comments
 (0)