Skip to content

Commit

Permalink
Bumping version to 1.18.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 3, 2021
1 parent 64811f0 commit c25afdf
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.18.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``redshift``",
"description": "[``botocore``] API support for Redshift Data Sharing feature.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] My AWS Service (placeholder) - This release introduces custom Intervals and offset for tumbling window in metric for AWS IoT SiteWise.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Add ConcurrentModificationException to create-table, delete-table, create-database, update-database, delete-database",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "[``botocore``] AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs.",
"type": "api-change"
},
{
"category": "``proton``",
"description": "[``botocore``] Docs only add idempotent create apis",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-56284.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-92571.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-10550.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-proton-90731.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshift-6205.json

This file was deleted.

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

1.18.13
=======

* api-change:``redshift``: [``botocore``] API support for Redshift Data Sharing feature.
* api-change:``iotsitewise``: [``botocore``] My AWS Service (placeholder) - This release introduces custom Intervals and offset for tumbling window in metric for AWS IoT SiteWise.
* api-change:``glue``: [``botocore``] Add ConcurrentModificationException to create-table, delete-table, create-database, update-database, delete-database
* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs.
* api-change:``proton``: [``botocore``] Docs only add idempotent create apis


1.18.12
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.18.12'
__version__ = '1.18.13'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.12,<1.22.0
botocore>=1.21.13,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.21.12,<1.22.0',
'botocore>=1.21.13,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit c25afdf

Please sign in to comment.