Skip to content

Commit

Permalink
Bumping version to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 3, 2021
1 parent fc34784 commit 0ce8547
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.17.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``lambda``",
"description": "[``botocore``] Update lambda client to latest version",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "[``botocore``] Update codebuild client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``ce``",
"description": "[``botocore``] Update ce client to latest version",
"type": "api-change"
},
{
"category": "``databrew``",
"description": "[``botocore``] Update databrew client to latest version",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Update securityhub client to latest version",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "[``botocore``] Update workmail client to latest version",
"type": "api-change"
},
{
"category": "``auditmanager``",
"description": "[``botocore``] Update auditmanager client to latest version",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "[``botocore``] Update compute-optimizer client to latest version",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] Update iotsitewise client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-auditmanager-79271.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ce-43238.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-90808.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-computeoptimizer-3583.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-databrew-49791.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-62464.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-61042.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-79040.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-12870.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workmail-62698.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.17.1
======

* api-change:``lambda``: [``botocore``] Update lambda client to latest version
* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``ce``: [``botocore``] Update ce client to latest version
* api-change:``databrew``: [``botocore``] Update databrew client to latest version
* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version
* api-change:``workmail``: [``botocore``] Update workmail client to latest version
* api-change:``auditmanager``: [``botocore``] Update auditmanager client to latest version
* api-change:``compute-optimizer``: [``botocore``] Update compute-optimizer client to latest version
* api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version


1.17.0
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.0'
__version__ = '1.17.1'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires-dist =
botocore>=1.20.0,<1.21.0
botocore>=1.20.1,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.0,<1.21.0',
'botocore>=1.20.1,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit 0ce8547

Please sign in to comment.