From 7d1a99a452476d7061e185211d5f285922e3a06a Mon Sep 17 00:00:00 2001 From: rohanmangal <45412596+rohanmangal@users.noreply.github.com> Date: Thu, 21 Nov 2019 16:17:44 +0530 Subject: [PATCH 1/4] updated to botocore 1.10.23 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5696838..249417f 100644 --- a/setup.py +++ b/setup.py @@ -6,9 +6,9 @@ requires = [ - 'awscli>=1.16.10,<2.0.0', + 'awscli>=1.16.287,<2.0.0', 'prompt-toolkit>=1.0.0,<1.1.0', - 'boto3>=1.9.0,<2.0.0', + 'boto3>=1.10.23,<2.0.0', 'configobj>=5.0.6,<6.0.0', 'Pygments>=2.1.3,<3.0.0', ] From 2ff67fc09e5ca21776f0d66c2d3e1e53d50a753b Mon Sep 17 00:00:00 2001 From: rohanmangal <45412596+rohanmangal@users.noreply.github.com> Date: Thu, 21 Nov 2019 17:00:28 +0530 Subject: [PATCH 2/4] updated readme --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b326434..b6e8904 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ CHANGELOG ========= +0.2.2 +===== + +* Update the AWS Shell to support the latest version of the AWS CLI `1.16.287 `__. + 0.2.1 ===== From 9502c4ea947ea169ab85d600d0e525696bc5f3b7 Mon Sep 17 00:00:00 2001 From: rohanmangal <45412596+rohanmangal@users.noreply.github.com> Date: Thu, 21 Nov 2019 17:01:27 +0530 Subject: [PATCH 3/4] Update __init__.py --- awsshell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awsshell/__init__.py b/awsshell/__init__.py index 0ce73f6..dac58ad 100644 --- a/awsshell/__init__.py +++ b/awsshell/__init__.py @@ -13,7 +13,7 @@ from awsshell import utils -__version__ = '0.2.1' +__version__ = '0.2.2' def determine_doc_index_filename(): From 39c36b0d06b3135b04403aa2b0a723a02052f16a Mon Sep 17 00:00:00 2001 From: rohanmangal <45412596+rohanmangal@users.noreply.github.com> Date: Thu, 21 Nov 2019 17:13:55 +0530 Subject: [PATCH 4/4] Create 0.2.2.json --- .changes/0.2.2.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/0.2.2.json diff --git a/.changes/0.2.2.json b/.changes/0.2.2.json new file mode 100644 index 0000000..e3a89b9 --- /dev/null +++ b/.changes/0.2.2.json @@ -0,0 +1,7 @@ +[ + { + "category": "AWS CLI", + "description": "0.2.2 Update the AWS Shell to support the latest version of the AWS CLI `1.16.287 `__.", + "type": "update" + } +]