From 616426f2642dea4a5d284fe44e07a5683e62acf3 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 9 Aug 2021 18:23:12 +0000 Subject: [PATCH] Bumping version to 1.18.17 --- .changes/1.18.17.json | 17 +++++++++++++++++ .../api-change-rekognition-91956.json | 5 ----- .changes/next-release/api-change-ssm-24102.json | 5 ----- .../next-release/api-change-wafv2-54272.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.18.17.json delete mode 100644 .changes/next-release/api-change-rekognition-91956.json delete mode 100644 .changes/next-release/api-change-ssm-24102.json delete mode 100644 .changes/next-release/api-change-wafv2-54272.json diff --git a/.changes/1.18.17.json b/.changes/1.18.17.json new file mode 100644 index 0000000000..a36e85821e --- /dev/null +++ b/.changes/1.18.17.json @@ -0,0 +1,17 @@ +[ + { + "category": "``wafv2``", + "description": "[``botocore``] This release adds APIs to support versioning feature of AWS WAF Managed rule groups", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "[``botocore``] This release adds support for four new types of segments (opening credits, content segments, slates, and studio logos), improved accuracy for credits and shot detection and new filters to control black frame detection.", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Documentation updates for AWS Systems Manager.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-rekognition-91956.json b/.changes/next-release/api-change-rekognition-91956.json deleted file mode 100644 index 2d9cff5bcb..0000000000 --- a/.changes/next-release/api-change-rekognition-91956.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "[``botocore``] This release adds support for four new types of segments (opening credits, content segments, slates, and studio logos), improved accuracy for credits and shot detection and new filters to control black frame detection." -} diff --git a/.changes/next-release/api-change-ssm-24102.json b/.changes/next-release/api-change-ssm-24102.json deleted file mode 100644 index 80e17c28ce..0000000000 --- a/.changes/next-release/api-change-ssm-24102.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] Documentation updates for AWS Systems Manager." -} diff --git a/.changes/next-release/api-change-wafv2-54272.json b/.changes/next-release/api-change-wafv2-54272.json deleted file mode 100644 index 977cc472b7..0000000000 --- a/.changes/next-release/api-change-wafv2-54272.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "[``botocore``] This release adds APIs to support versioning feature of AWS WAF Managed rule groups" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2dddc13baf..0d5b28a55c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.18.17 +======= + +* api-change:``wafv2``: [``botocore``] This release adds APIs to support versioning feature of AWS WAF Managed rule groups +* api-change:``rekognition``: [``botocore``] This release adds support for four new types of segments (opening credits, content segments, slates, and studio logos), improved accuracy for credits and shot detection and new filters to control black frame detection. +* api-change:``ssm``: [``botocore``] Documentation updates for AWS Systems Manager. + + 1.18.16 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 66a0eaf199..1ca0c8b724 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.16' +__version__ = '1.18.17' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 589a72d561..39f280a92a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.16,<1.22.0 + botocore>=1.21.17,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 40b0480cb4..760040e1cf 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.21.16,<1.22.0', + 'botocore>=1.21.17,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]