From 872979fdc12df54939c37609a93494f8ee0953f4 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 6 Sep 2022 18:06:58 +0000 Subject: [PATCH] Bumping version to 1.24.67 --- .changes/1.24.67.json | 12 ++++++++++++ .../next-release/api-change-identitystore-93696.json | 5 ----- .../next-release/api-change-sagemaker-17064.json | 5 ----- CHANGELOG.rst | 7 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 7 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 .changes/1.24.67.json delete mode 100644 .changes/next-release/api-change-identitystore-93696.json delete mode 100644 .changes/next-release/api-change-sagemaker-17064.json diff --git a/.changes/1.24.67.json b/.changes/1.24.67.json new file mode 100644 index 0000000000..bf3f94186e --- /dev/null +++ b/.changes/1.24.67.json @@ -0,0 +1,12 @@ +[ + { + "category": "``identitystore``", + "description": "[``botocore``] Documentation updates for the Identity Store CLI Reference.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds HyperParameterTuningJob type in Search API.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-identitystore-93696.json b/.changes/next-release/api-change-identitystore-93696.json deleted file mode 100644 index 68b038c6a5..0000000000 --- a/.changes/next-release/api-change-identitystore-93696.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``identitystore``", - "description": "[``botocore``] Documentation updates for the Identity Store CLI Reference." -} diff --git a/.changes/next-release/api-change-sagemaker-17064.json b/.changes/next-release/api-change-sagemaker-17064.json deleted file mode 100644 index 2e11ffb387..0000000000 --- a/.changes/next-release/api-change-sagemaker-17064.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds HyperParameterTuningJob type in Search API." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ac9dba0cd3..212621f163 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.24.67 +======= + +* api-change:``identitystore``: [``botocore``] Documentation updates for the Identity Store CLI Reference. +* api-change:``sagemaker``: [``botocore``] This release adds HyperParameterTuningJob type in Search API. + + 1.24.66 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index d56a38abc9..fa5eb78f4a 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.66' +__version__ = '1.24.67' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 528cac4a52..06aecf7bce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.66,<1.28.0 + botocore>=1.27.67,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index ae8133b6a9..224c682ce7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.66,<1.28.0', + 'botocore>=1.27.67,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]