From b24618d20b798ce3a3f5f7a9acf656a16d180572 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 4 Oct 2021 18:07:04 +0000 Subject: [PATCH] Bumping version to 1.21.54 --- .changes/1.21.54.json | 17 +++++++++++++++++ .../api-change-codebuild-68958.json | 5 ----- .changes/next-release/api-change-efs-88620.json | 5 ----- .changes/next-release/api-change-kms-10824.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.21.54.json delete mode 100644 .changes/next-release/api-change-codebuild-68958.json delete mode 100644 .changes/next-release/api-change-efs-88620.json delete mode 100644 .changes/next-release/api-change-kms-10824.json diff --git a/.changes/1.21.54.json b/.changes/1.21.54.json new file mode 100644 index 0000000000..d3807b95e4 --- /dev/null +++ b/.changes/1.21.54.json @@ -0,0 +1,17 @@ +[ + { + "category": "``codebuild``", + "description": "CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.", + "type": "api-change" + }, + { + "category": "``efs``", + "description": "Update efs client to latest version", + "type": "api-change" + }, + { + "category": "``kms``", + "description": "Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-68958.json b/.changes/next-release/api-change-codebuild-68958.json deleted file mode 100644 index d214c2c836..0000000000 --- a/.changes/next-release/api-change-codebuild-68958.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project." -} diff --git a/.changes/next-release/api-change-efs-88620.json b/.changes/next-release/api-change-efs-88620.json deleted file mode 100644 index cc3515e2e9..0000000000 --- a/.changes/next-release/api-change-efs-88620.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``efs``", - "description": "Update efs client to latest version" -} diff --git a/.changes/next-release/api-change-kms-10824.json b/.changes/next-release/api-change-kms-10824.json deleted file mode 100644 index 78e91c0524..0000000000 --- a/.changes/next-release/api-change-kms-10824.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kms``", - "description": "Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e35ebfd50..e475e14a32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.21.54 +======= + +* api-change:``codebuild``: CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project. +* api-change:``efs``: Update efs client to latest version +* api-change:``kms``: Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs + + 1.21.53 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 8f64790cfa..bb1c84c9ff 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.21.53' +__version__ = '1.21.54' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index ebc2340f6c..9d45795037 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.21.' # The full version, including alpha/beta/rc tags. -release = '1.21.53' +release = '1.21.54' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.