Skip to content

Commit

Permalink
Bumping version to 1.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 12, 2021
1 parent 266fd2f commit 11f76b3
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.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``personalize-events``",
"description": "[``botocore``] Update personalize-events client to latest version",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Update eks client to latest version",
"type": "api-change"
},
{
"category": "``iam``",
"description": "[``botocore``] Update iam client to latest version",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "[``botocore``] Update codepipeline client to latest version",
"type": "api-change"
},
{
"category": "``detective``",
"description": "[``botocore``] Update detective client to latest version",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "[``botocore``] Update macie2 client to latest version",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Update wafv2 client to latest version",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "[``botocore``] Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``appsync``",
"description": "[``botocore``] Update appsync client to latest version",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Update rds client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appsync-66334.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codepipeline-63101.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-detective-6178.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-55714.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elbv2-62060.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iam-58845.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-macie2-87276.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-personalizeevents-9984.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-27772.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-42664.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.7
======

* api-change:``personalize-events``: [``botocore``] Update personalize-events client to latest version
* api-change:``eks``: [``botocore``] Update eks client to latest version
* api-change:``iam``: [``botocore``] Update iam client to latest version
* api-change:``codepipeline``: [``botocore``] Update codepipeline client to latest version
* api-change:``detective``: [``botocore``] Update detective client to latest version
* api-change:``macie2``: [``botocore``] Update macie2 client to latest version
* api-change:``wafv2``: [``botocore``] Update wafv2 client to latest version
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* api-change:``appsync``: [``botocore``] Update appsync client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version


1.17.6
======

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.6'
__version__ = '1.17.7'


# 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.6,<1.21.0
botocore>=1.20.7,<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.6,<1.21.0',
'botocore>=1.20.7,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit 11f76b3

Please sign in to comment.