diff --git a/.changes/1.16.63.json b/.changes/1.16.63.json new file mode 100644 index 0000000000..5b424055aa --- /dev/null +++ b/.changes/1.16.63.json @@ -0,0 +1,17 @@ +[ + { + "category": "``macie2``", + "description": "[``botocore``] Update macie2 client to latest version", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Update connect client to latest version", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "[``botocore``] Update medialive client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-53163.json b/.changes/next-release/api-change-connect-53163.json deleted file mode 100644 index 5ad6317065..0000000000 --- a/.changes/next-release/api-change-connect-53163.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``connect``", - "type": "api-change", - "description": "[``botocore``] Update connect client to latest version" -} diff --git a/.changes/next-release/api-change-macie2-94375.json b/.changes/next-release/api-change-macie2-94375.json deleted file mode 100644 index 79110e08ef..0000000000 --- a/.changes/next-release/api-change-macie2-94375.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``macie2``", - "type": "api-change", - "description": "[``botocore``] Update macie2 client to latest version" -} diff --git a/.changes/next-release/api-change-medialive-24355.json b/.changes/next-release/api-change-medialive-24355.json deleted file mode 100644 index c38d6157b6..0000000000 --- a/.changes/next-release/api-change-medialive-24355.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``medialive``", - "type": "api-change", - "description": "[``botocore``] Update medialive client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd14e7150b..e20c123015 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.16.63 +======= + +* api-change:``macie2``: [``botocore``] Update macie2 client to latest version +* api-change:``connect``: [``botocore``] Update connect client to latest version +* api-change:``medialive``: [``botocore``] Update medialive client to latest version + + 1.16.62 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 924a29dcae..a969e9a8d3 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.16.62' +__version__ = '1.16.63' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8b9769b0a7..930d0e575c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.19.62,<1.20.0 + botocore>=1.19.63,<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 eda671250a..cfb7843579 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.19.62,<1.20.0', + 'botocore>=1.19.63,<1.20.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]