From 3cd0ef19ebdb1bfad04644d89b50aa3af9d0898a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 14 Oct 2022 18:07:11 +0000 Subject: [PATCH] Bumping version to 1.24.91 --- .changes/1.24.91.json | 7 +++++++ .changes/next-release/api-change-mediaconvert-26265.json | 5 ----- CHANGELOG.rst | 6 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .changes/1.24.91.json delete mode 100644 .changes/next-release/api-change-mediaconvert-26265.json diff --git a/.changes/1.24.91.json b/.changes/1.24.91.json new file mode 100644 index 0000000000..26f62aeae2 --- /dev/null +++ b/.changes/1.24.91.json @@ -0,0 +1,7 @@ +[ + { + "category": "``mediaconvert``", + "description": "[``botocore``] MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-mediaconvert-26265.json b/.changes/next-release/api-change-mediaconvert-26265.json deleted file mode 100644 index 9864b0adf5..0000000000 --- a/.changes/next-release/api-change-mediaconvert-26265.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ed97964ce..c4b6d2bc5f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.24.91 +======= + +* api-change:``mediaconvert``: [``botocore``] MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment. + + 1.24.90 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 04ccab0ea0..a70354c586 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.90' +__version__ = '1.24.91' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 990016759b..d161ad422a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.90,<1.28.0 + botocore>=1.27.91,<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 e9d3f9e648..e5cb7c1db4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.90,<1.28.0', + 'botocore>=1.27.91,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]