Skip to content

Commit

Permalink
Bumping version to 1.29.40
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 29, 2022
1 parent 8375a39 commit dbdd68a
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .changes/1.29.40.json
@@ -0,0 +1,22 @@
[
{
"category": "``apigateway``",
"description": "Documentation updates for Amazon API Gateway",
"type": "api-change"
},
{
"category": "``emr``",
"description": "Update emr client to latest version",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apigateway-84121.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emr-69238.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-71989.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wisdom-64526.json

This file was deleted.

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

1.29.40
=======

* api-change:``apigateway``: Documentation updates for Amazon API Gateway
* api-change:``emr``: Update emr client to latest version
* api-change:``secretsmanager``: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
* api-change:``wisdom``: This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.


1.29.39
=======

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

__version__ = '1.29.39'
__version__ = '1.29.40'


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.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.39'
release = '1.29.40'

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

0 comments on commit dbdd68a

Please sign in to comment.