Skip to content

Commit

Permalink
Bumping version to 1.17.62
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 15, 2020
1 parent a8f2f42 commit 8923f8d
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/1.17.62.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``transcribe``",
"description": "Update transcribe client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Update sagemaker client to latest version",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Update medialive client to latest version",
"type": "api-change"
},
{
"category": "``budgets``",
"description": "Update budgets client to latest version",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Update kafka client to latest version",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Update kendra client to latest version",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Update organizations client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-budgets-18091.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kafka-80926.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-39871.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-13983.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-organizations-20314.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-7063.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transcribe-2321.json

This file was deleted.

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

1.17.62
=======

* api-change:``transcribe``: Update transcribe client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``sagemaker``: Update sagemaker client to latest version
* api-change:``medialive``: Update medialive client to latest version
* api-change:``budgets``: Update budgets client to latest version
* api-change:``kafka``: Update kafka client to latest version
* api-change:``kendra``: Update kendra client to latest version
* api-change:``organizations``: Update organizations client to latest version


1.17.61
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.17.61'
__version__ = '1.17.62'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.17.'
# The full version, including alpha/beta/rc tags.
release = '1.17.61'
release = '1.17.62'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 8923f8d

Please sign in to comment.