From f56bd466588d7da356983dd8330150bee2807021 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 9 Feb 2021 19:07:06 +0000 Subject: [PATCH] Bumping version to 1.17.5 --- .changes/1.17.5.json | 27 +++++++++++++++++++ .../api-change-gamelift-85162.json | 5 ---- .../api-change-mediaconvert-83868.json | 5 ---- .../api-change-qldbsession-42007.json | 5 ---- .../api-change-quicksight-14655.json | 5 ---- .../api-change-sagemaker-95004.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.17.5.json delete mode 100644 .changes/next-release/api-change-gamelift-85162.json delete mode 100644 .changes/next-release/api-change-mediaconvert-83868.json delete mode 100644 .changes/next-release/api-change-qldbsession-42007.json delete mode 100644 .changes/next-release/api-change-quicksight-14655.json delete mode 100644 .changes/next-release/api-change-sagemaker-95004.json diff --git a/.changes/1.17.5.json b/.changes/1.17.5.json new file mode 100644 index 0000000000..7867fb5886 --- /dev/null +++ b/.changes/1.17.5.json @@ -0,0 +1,27 @@ +[ + { + "category": "``quicksight``", + "description": "[``botocore``] Update quicksight client to latest version", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] Update mediaconvert client to latest version", + "type": "api-change" + }, + { + "category": "``qldb-session``", + "description": "[``botocore``] Update qldb-session client to latest version", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Update sagemaker client to latest version", + "type": "api-change" + }, + { + "category": "``gamelift``", + "description": "[``botocore``] Update gamelift client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-gamelift-85162.json b/.changes/next-release/api-change-gamelift-85162.json deleted file mode 100644 index a5d3226dd7..0000000000 --- a/.changes/next-release/api-change-gamelift-85162.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``gamelift``", - "type": "api-change", - "description": "[``botocore``] Update gamelift client to latest version" -} diff --git a/.changes/next-release/api-change-mediaconvert-83868.json b/.changes/next-release/api-change-mediaconvert-83868.json deleted file mode 100644 index 780f52857c..0000000000 --- a/.changes/next-release/api-change-mediaconvert-83868.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediaconvert``", - "type": "api-change", - "description": "[``botocore``] Update mediaconvert client to latest version" -} diff --git a/.changes/next-release/api-change-qldbsession-42007.json b/.changes/next-release/api-change-qldbsession-42007.json deleted file mode 100644 index ce13fc123b..0000000000 --- a/.changes/next-release/api-change-qldbsession-42007.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``qldb-session``", - "type": "api-change", - "description": "[``botocore``] Update qldb-session client to latest version" -} diff --git a/.changes/next-release/api-change-quicksight-14655.json b/.changes/next-release/api-change-quicksight-14655.json deleted file mode 100644 index ab6e08b3ff..0000000000 --- a/.changes/next-release/api-change-quicksight-14655.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``quicksight``", - "type": "api-change", - "description": "[``botocore``] Update quicksight client to latest version" -} diff --git a/.changes/next-release/api-change-sagemaker-95004.json b/.changes/next-release/api-change-sagemaker-95004.json deleted file mode 100644 index ba636d3c6f..0000000000 --- a/.changes/next-release/api-change-sagemaker-95004.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sagemaker``", - "type": "api-change", - "description": "[``botocore``] Update sagemaker client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a3566064dc..17b17d7dae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.17.5 +====== + +* api-change:``quicksight``: [``botocore``] Update quicksight client to latest version +* api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version +* api-change:``qldb-session``: [``botocore``] Update qldb-session client to latest version +* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version +* api-change:``gamelift``: [``botocore``] Update gamelift client to latest version + + 1.17.4 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index fd0e2a9098..e8837bac49 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.4' +__version__ = '1.17.5' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9aaa577e90..88fa1d7131 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.20.4,<1.21.0 + botocore>=1.20.5,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index 039a78cb8d..8597bb822c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.4,<1.21.0', + 'botocore>=1.20.5,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]