From 8f10f391372b7a232fdcb00c64b834337b142788 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 1 Sep 2023 18:10:14 +0000 Subject: [PATCH] Bumping version to 1.31.40 --- .changes/1.31.40.json | 22 +++++++++++++++++++ ...pi-change-chimesdkmediapipelines-1686.json | 5 ----- .../api-change-connect-65153.json | 5 ----- .../api-change-identitystore-46457.json | 5 ----- .../api-change-neptunedata-41669.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.31.40.json delete mode 100644 .changes/next-release/api-change-chimesdkmediapipelines-1686.json delete mode 100644 .changes/next-release/api-change-connect-65153.json delete mode 100644 .changes/next-release/api-change-identitystore-46457.json delete mode 100644 .changes/next-release/api-change-neptunedata-41669.json diff --git a/.changes/1.31.40.json b/.changes/1.31.40.json new file mode 100644 index 0000000000..c9d52d29c1 --- /dev/null +++ b/.changes/1.31.40.json @@ -0,0 +1,22 @@ +[ + { + "category": "``chime-sdk-media-pipelines``", + "description": "This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.", + "type": "api-change" + }, + { + "category": "``identitystore``", + "description": "New Identity Store content for China Region launch", + "type": "api-change" + }, + { + "category": "``neptunedata``", + "description": "Removed the descriptive text in the introduction.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkmediapipelines-1686.json b/.changes/next-release/api-change-chimesdkmediapipelines-1686.json deleted file mode 100644 index 01cd094ed9..0000000000 --- a/.changes/next-release/api-change-chimesdkmediapipelines-1686.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-media-pipelines``", - "description": "This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics." -} diff --git a/.changes/next-release/api-change-connect-65153.json b/.changes/next-release/api-change-connect-65153.json deleted file mode 100644 index ff01c77cfe..0000000000 --- a/.changes/next-release/api-change-connect-65153.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions." -} diff --git a/.changes/next-release/api-change-identitystore-46457.json b/.changes/next-release/api-change-identitystore-46457.json deleted file mode 100644 index 08619c296b..0000000000 --- a/.changes/next-release/api-change-identitystore-46457.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``identitystore``", - "description": "New Identity Store content for China Region launch" -} diff --git a/.changes/next-release/api-change-neptunedata-41669.json b/.changes/next-release/api-change-neptunedata-41669.json deleted file mode 100644 index 986f073777..0000000000 --- a/.changes/next-release/api-change-neptunedata-41669.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``neptunedata``", - "description": "Removed the descriptive text in the introduction." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 838eb20195..395edde6b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.31.40 +======= + +* api-change:``chime-sdk-media-pipelines``: This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics. +* api-change:``connect``: Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions. +* api-change:``identitystore``: New Identity Store content for China Region launch +* api-change:``neptunedata``: Removed the descriptive text in the introduction. + + 1.31.39 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index a687fd7f26..215a0b9215 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.31.39' +__version__ = '1.31.40' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 7e32e11e10..057cb30cc7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.31.' # The full version, including alpha/beta/rc tags. -release = '1.31.39' +release = '1.31.40' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.