Skip to content

Commit 12f0889

Browse files
committed
Bump version to 0.1.1
1 parent dd736a3 commit 12f0889

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

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+
513
0.1.0
614
=====
715

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.1.0'
16+
__version__ = '0.1.1'
1717

1818

1919
def determine_doc_index_filename():

0 commit comments

Comments
 (0)