Skip to content

Commit db709f9

Browse files
committed
Release v0.2.1
1 parent d58b550 commit db709f9

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
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+
]

.changes/next-release/bugfix-botocore-20269.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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():

0 commit comments

Comments
 (0)