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/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' ]