Skip to content

Commit

Permalink
Bumping version to 1.13.31
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 3, 2019
1 parent e7fd553 commit b9dd67b
Show file tree
Hide file tree
Showing 19 changed files with 99 additions and 77 deletions.
77 changes: 77 additions & 0 deletions .changes/1.13.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
[
{
"category": "``textract``",
"description": "Update textract client to latest version",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Update s3control client to latest version",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Update ecs client to latest version",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Update s3 client to latest version",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "Update outposts client to latest version",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Update kendra client to latest version",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Update eks client to latest version",
"type": "api-change"
},
{
"category": "``networkmanager``",
"description": "Update networkmanager client to latest version",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "Update compute-optimizer client to latest version",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Update ec2 client to latest version",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "Update frauddetector client to latest version",
"type": "api-change"
},
{
"category": "``sagemaker-a2i-runtime``",
"description": "Update sagemaker-a2i-runtime client to latest version",
"type": "api-change"
},
{
"category": "``codeguru-reviewer``",
"description": "Update codeguru-reviewer client to latest version",
"type": "api-change"
},
{
"category": "``codeguruprofiler``",
"description": "Update codeguruprofiler client to latest version",
"type": "api-change"
},
{
"category": "``es``",
"description": "Update es client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codeguruprofiler-10499.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codegurureviewer-76831.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-computeoptimizer-74304.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-85239.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-es-71300.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-66379.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkmanager-8370.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-29324.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-17671.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-44093.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-textract-53424.json

This file was deleted.

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

1.13.31
=======

* api-change:``textract``: Update textract client to latest version
* api-change:``s3control``: Update s3control client to latest version
* api-change:``ecs``: Update ecs client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``outposts``: Update outposts client to latest version
* api-change:``kendra``: Update kendra client to latest version
* api-change:``eks``: Update eks client to latest version
* api-change:``networkmanager``: Update networkmanager client to latest version
* api-change:``compute-optimizer``: Update compute-optimizer client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``frauddetector``: Update frauddetector client to latest version
* api-change:``sagemaker-a2i-runtime``: Update sagemaker-a2i-runtime client to latest version
* api-change:``codeguru-reviewer``: Update codeguru-reviewer client to latest version
* api-change:``codeguruprofiler``: Update codeguruprofiler client to latest version
* api-change:``es``: Update es client to latest version


1.13.30
=======

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.13.30'
__version__ = '1.13.31'


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.13.'
# The full version, including alpha/beta/rc tags.
release = '1.13.30'
release = '1.13.31'

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

0 comments on commit b9dd67b

Please sign in to comment.