Skip to content

Commit

Permalink
Merge branch 'release-1.15.39'
Browse files Browse the repository at this point in the history
* release-1.15.39:
  Bumping version to 1.15.39
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 8, 2020
2 parents 4a458d6 + e389fcf commit 224404c
Show file tree
Hide file tree
Showing 13 changed files with 1,392 additions and 186 deletions.
37 changes: 37 additions & 0 deletions .changes/1.15.39.json
@@ -0,0 +1,37 @@
[
{
"category": "``ecs``",
"description": "Update ecs client to latest version",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "Update cloudformation client to latest version",
"type": "api-change"
},
{
"category": "``chime``",
"description": "Update chime client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``codeguruprofiler``",
"description": "Update codeguruprofiler client to latest version",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "Update mediaconvert client to latest version",
"type": "api-change"
},
{
"category": "``migrationhub-config``",
"description": "Update migrationhub-config client to latest version",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.15.39
=======

* api-change:``ecs``: Update ecs client to latest version
* api-change:``cloudformation``: Update cloudformation client to latest version
* api-change:``chime``: Update chime client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``codeguruprofiler``: Update codeguruprofiler client to latest version
* api-change:``mediaconvert``: Update mediaconvert client to latest version
* api-change:``migrationhub-config``: Update migrationhub-config client to latest version


1.15.38
=======

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

__version__ = '1.15.38'
__version__ = '1.15.39'


class NullHandler(logging.Handler):
Expand Down

0 comments on commit 224404c

Please sign in to comment.