From 407aaf0f287d9859cf6e1befc9d24a054564cce5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 3 Jan 2024 19:17:44 +0000 Subject: [PATCH] Bumping version to 1.34.12 --- .changes/1.34.12.json | 12 ++++++++++++ .changes/next-release/api-change-connect-27196.json | 5 ----- .../next-release/api-change-mediaconvert-1212.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.34.12.json delete mode 100644 .changes/next-release/api-change-connect-27196.json delete mode 100644 .changes/next-release/api-change-mediaconvert-1212.json diff --git a/.changes/1.34.12.json b/.changes/1.34.12.json new file mode 100644 index 0000000000..87e8311aea --- /dev/null +++ b/.changes/1.34.12.json @@ -0,0 +1,12 @@ +[ + { + "category": "``connect``", + "description": "[``botocore``] Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-27196.json b/.changes/next-release/api-change-connect-27196.json deleted file mode 100644 index f904e46f0d..0000000000 --- a/.changes/next-release/api-change-connect-27196.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072." -} diff --git a/.changes/next-release/api-change-mediaconvert-1212.json b/.changes/next-release/api-change-mediaconvert-1212.json deleted file mode 100644 index 03d0dc20a6..0000000000 --- a/.changes/next-release/api-change-mediaconvert-1212.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc995f1c16..37fe8c9d53 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.34.12 +======= + +* api-change:``connect``: [``botocore``] Amazon Connect, Contact Lens Evaluation API increase evaluation notes max length to 3072. +* api-change:``mediaconvert``: [``botocore``] This release includes video engine updates including HEVC improvements, support for ingesting VP9 encoded video in MP4 containers, and support for user-specified 3D LUTs. + + 1.34.11 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index b110905508..ab7afdbf1d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.11' +__version__ = '1.34.12' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 909b91598d..968b75751a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.11,<1.35.0 + botocore>=1.34.12,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index b92d2521fb..c3fb02759d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.11,<1.35.0', + 'botocore>=1.34.12,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]