Skip to content

Commit

Permalink
Bumping version to 1.20.48
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 8, 2021
1 parent 17afa23 commit 4b89c35
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.20.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``lookoutequipment``",
"description": "This release introduces support for Amazon Lookout for Equipment.",
"type": "api-change"
},
{
"category": "``kinesis-video-archived-media``",
"description": "Documentation updates for archived.kinesisvideo",
"type": "api-change"
},
{
"category": "``robomaker``",
"description": "This release allows RoboMaker customers to specify custom tools to run with their simulation job",
"type": "api-change"
},
{
"category": "``appstream``",
"description": "This release provides support for image updates",
"type": "api-change"
},
{
"category": "``ram``",
"description": "Documentation updates for AWS RAM resource sharing",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "Documentation updates for Put-Integration API",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-82042.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-56010.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-50017.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lookoutequipment-27552.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ram-50014.json

This file was deleted.

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

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.20.48
=======

* api-change:``lookoutequipment``: This release introduces support for Amazon Lookout for Equipment.
* api-change:``kinesis-video-archived-media``: Documentation updates for archived.kinesisvideo
* api-change:``robomaker``: This release allows RoboMaker customers to specify custom tools to run with their simulation job
* api-change:``appstream``: This release provides support for image updates
* api-change:``ram``: Documentation updates for AWS RAM resource sharing
* api-change:``customer-profiles``: Documentation updates for Put-Integration API
* api-change:``autoscaling``: Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances


1.20.47
=======

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.20.47'
__version__ = '1.20.48'


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.20.'
# The full version, including alpha/beta/rc tags.
release = '1.20.47'
release = '1.20.48'

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

0 comments on commit 4b89c35

Please sign in to comment.