Skip to content

Commit 8950f03

Browse files
committed
Merge branch 'release-0.2.1'
2 parents 2c2a2eb + db709f9 commit 8950f03

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.changes/0.2.1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
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+
"type": "bugfix"
6+
}
7+
]

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGELOG
33
=========
44

5+
0.2.1
6+
=====
7+
8+
* bugfix:AWS CLI: Fixes `#208 <https://github.com/awslabs/aws-shell/issues/208>`__. Update the AWS Shell to support the latest version of the AWS CLI.
9+
510
0.2.0
611
=====
712

awsshell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from awsshell import utils
1414

1515

16-
__version__ = '0.2.0'
16+
__version__ = '0.2.1'
1717

1818

1919
def determine_doc_index_filename():

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)