Skip to content

Commit

Permalink
Bumping version to 1.16.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 12, 2020
1 parent 7b1a944 commit 7cffea2
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.16.17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``personalize-runtime``",
"description": "[``botocore``] Update personalize-runtime client to latest version",
"type": "api-change"
},
{
"category": "``servicecatalog-appregistry``",
"description": "[``botocore``] Update servicecatalog-appregistry client to latest version",
"type": "api-change"
},
{
"category": "``lex-models``",
"description": "[``botocore``] Update lex-models client to latest version",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Update polly client to latest version",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] Update iot client to latest version",
"type": "api-change"
},
{
"category": "``robomaker``",
"description": "[``botocore``] Update robomaker client to latest version",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] Update lightsail client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-1314.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexmodels-27654.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-84046.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-polly-64065.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-robomaker-23675.json

This file was deleted.

This file was deleted.

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

1.16.17
=======

* api-change:``personalize-runtime``: [``botocore``] Update personalize-runtime client to latest version
* api-change:``servicecatalog-appregistry``: [``botocore``] Update servicecatalog-appregistry client to latest version
* api-change:``lex-models``: [``botocore``] Update lex-models client to latest version
* api-change:``polly``: [``botocore``] Update polly client to latest version
* api-change:``iot``: [``botocore``] Update iot client to latest version
* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version
* api-change:``lightsail``: [``botocore``] Update lightsail client to latest version


1.16.16
=======

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.16.16'
__version__ = '1.16.17'


# 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.19.16,<1.20.0
botocore>=1.19.17,<1.20.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.19.16,<1.20.0',
'botocore>=1.19.17,<1.20.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit 7cffea2

Please sign in to comment.