Skip to content

Commit

Permalink
Bumping version to 1.12.158
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 29, 2019
1 parent 93e0649 commit b98c0ac
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.12.158.json
@@ -0,0 +1,32 @@
[
{
"category": "``ssm``",
"description": "Update ssm client to latest version",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Update securityhub client to latest version",
"type": "api-change"
},
{
"category": "``iotthingsgraph``",
"description": "Update iotthingsgraph client to latest version",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "Update dlm client to latest version",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Update rds client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dlm-66666.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotthingsgraph-5974.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-24032.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.12.158
========

* api-change:``ssm``: Update ssm client to latest version
* api-change:``securityhub``: Update securityhub client to latest version
* api-change:``iotthingsgraph``: Update iotthingsgraph client to latest version
* api-change:``dlm``: Update dlm client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``ec2``: Update ec2 client to latest version


1.12.157
========

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

__version__ = '1.12.157'
__version__ = '1.12.158'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.12.1'
# The full version, including alpha/beta/rc tags.
release = '1.12.157'
release = '1.12.158'

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

0 comments on commit b98c0ac

Please sign in to comment.