We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd736a3 commit 12f0889Copy full SHA for 12f0889
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
CHANGELOG
3
=========
4
5
+0.1.1
6
+=====
7
+
8
+* bugfix:AWS CLI: Fix issue with latest version of the AWS CLI
9
+ that would cause the AWS Shell to raise an exception on startup.
10
+ The minimum version of the AWS CLI has been bumped to 1.10.30.
11
+ (`issue 118 <https://github.com/awslabs/aws-shell/issues/118>`__)
12
13
0.1.0
14
=====
15
awsshell/__init__.py
@@ -13,7 +13,7 @@
from awsshell import utils
16
-__version__ = '0.1.0'
+__version__ = '0.1.1'
17
18
19
def determine_doc_index_filename():
0 commit comments