diff --git a/.changes/1.24.53.json b/.changes/1.24.53.json new file mode 100644 index 0000000000..72747cc7b1 --- /dev/null +++ b/.changes/1.24.53.json @@ -0,0 +1,12 @@ +[ + { + "category": "``rekognition``", + "description": "[``botocore``] This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account.", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "[``botocore``] Documentation updates for Service Catalog", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-rekognition-67251.json b/.changes/next-release/api-change-rekognition-67251.json deleted file mode 100644 index c931c8066b..0000000000 --- a/.changes/next-release/api-change-rekognition-67251.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "[``botocore``] This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account." -} diff --git a/.changes/next-release/api-change-servicecatalog-21743.json b/.changes/next-release/api-change-servicecatalog-21743.json deleted file mode 100644 index e95d3fcc98..0000000000 --- a/.changes/next-release/api-change-servicecatalog-21743.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicecatalog``", - "description": "[``botocore``] Documentation updates for Service Catalog" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7339f1c772..e714038bac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.24.53 +======= + +* api-change:``rekognition``: [``botocore``] This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account. +* api-change:``servicecatalog``: [``botocore``] Documentation updates for Service Catalog + + 1.24.52 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 0a92e988d1..1488c3755f 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.52' +__version__ = '1.24.53' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 105dbb9326..5209f986cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.52,<1.28.0 + botocore>=1.27.53,<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 a60e77042a..51e6f1159d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.52,<1.28.0', + 'botocore>=1.27.53,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]