From 29c5fa1eafd035d5e991ec5ca8e416d4d79ee3df Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 21 Jan 2021 19:10:07 +0000 Subject: [PATCH] Bumping version to 1.16.58 --- .changes/1.16.58.json | 17 +++++++++++++++++ .../next-release/api-change-kafka-89540.json | 5 ----- .../api-change-resourcegroupstaggingapi-11.json | 5 ----- .../api-change-securityhub-3929.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.16.58.json delete mode 100644 .changes/next-release/api-change-kafka-89540.json delete mode 100644 .changes/next-release/api-change-resourcegroupstaggingapi-11.json delete mode 100644 .changes/next-release/api-change-securityhub-3929.json diff --git a/.changes/1.16.58.json b/.changes/1.16.58.json new file mode 100644 index 0000000000..efefe16a28 --- /dev/null +++ b/.changes/1.16.58.json @@ -0,0 +1,17 @@ +[ + { + "category": "``securityhub``", + "description": "[``botocore``] Update securityhub client to latest version", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "[``botocore``] Update kafka client to latest version", + "type": "api-change" + }, + { + "category": "``resourcegroupstaggingapi``", + "description": "[``botocore``] Update resourcegroupstaggingapi client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-kafka-89540.json b/.changes/next-release/api-change-kafka-89540.json deleted file mode 100644 index a66dd45949..0000000000 --- a/.changes/next-release/api-change-kafka-89540.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``kafka``", - "type": "api-change", - "description": "[``botocore``] Update kafka client to latest version" -} diff --git a/.changes/next-release/api-change-resourcegroupstaggingapi-11.json b/.changes/next-release/api-change-resourcegroupstaggingapi-11.json deleted file mode 100644 index c51fb128c0..0000000000 --- a/.changes/next-release/api-change-resourcegroupstaggingapi-11.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``resourcegroupstaggingapi``", - "type": "api-change", - "description": "[``botocore``] Update resourcegroupstaggingapi client to latest version" -} diff --git a/.changes/next-release/api-change-securityhub-3929.json b/.changes/next-release/api-change-securityhub-3929.json deleted file mode 100644 index f661be58ea..0000000000 --- a/.changes/next-release/api-change-securityhub-3929.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``securityhub``", - "type": "api-change", - "description": "[``botocore``] Update securityhub client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1fd81f62c4..ae82892bba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.16.58 +======= + +* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version +* api-change:``kafka``: [``botocore``] Update kafka client to latest version +* api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version + + 1.16.57 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 445ed0f79f..c6c41c0c86 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.16.57' +__version__ = '1.16.58' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 94d43e3d3b..0d66501d94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.19.57,<1.20.0 + botocore>=1.19.58,<1.20.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index 76f376d3b0..2a2b953e9f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.19.57,<1.20.0', + 'botocore>=1.19.58,<1.20.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]