Skip to content

Commit

Permalink
Merge branch 'release-1.31.33' into develop
Browse files Browse the repository at this point in the history
* release-1.31.33:
  Bumping version to 1.31.33
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 23, 2023
2 parents 4b50e8f + 6d8c7ef commit 04ee5e3
Show file tree
Hide file tree
Showing 11 changed files with 592 additions and 1,724 deletions.
17 changes: 17 additions & 0 deletions .changes/1.31.33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``apigateway``",
"description": "This release adds RootResourceId to GetRestApi response.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Marking fields as sensitive on BundleTask and GetPasswordData",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Amazon Polly adds 1 new voice - Zayd (ar-AE)",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.31.33
=======

* api-change:``apigateway``: This release adds RootResourceId to GetRestApi response.
* api-change:``ec2``: Marking fields as sensitive on BundleTask and GetPasswordData
* api-change:``polly``: Amazon Polly adds 1 new voice - Zayd (ar-AE)


1.31.32
=======

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 os
import re

__version__ = '1.31.32'
__version__ = '1.31.33'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 04ee5e3

Please sign in to comment.