From bbda09cbf0bc71b47c892dbb0c5f0ae6cbfa456d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 23 Oct 2020 18:08:03 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-macie2-18996.json | 5 +++++ .changes/next-release/api-change-mediatailor-14745.json | 5 +++++ .changes/next-release/api-change-quicksight-72700.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-macie2-18996.json create mode 100644 .changes/next-release/api-change-mediatailor-14745.json create mode 100644 .changes/next-release/api-change-quicksight-72700.json diff --git a/.changes/next-release/api-change-macie2-18996.json b/.changes/next-release/api-change-macie2-18996.json new file mode 100644 index 0000000000..79110e08ef --- /dev/null +++ b/.changes/next-release/api-change-macie2-18996.json @@ -0,0 +1,5 @@ +{ + "category": "``macie2``", + "type": "api-change", + "description": "[``botocore``] Update macie2 client to latest version" +} diff --git a/.changes/next-release/api-change-mediatailor-14745.json b/.changes/next-release/api-change-mediatailor-14745.json new file mode 100644 index 0000000000..380853815f --- /dev/null +++ b/.changes/next-release/api-change-mediatailor-14745.json @@ -0,0 +1,5 @@ +{ + "category": "``mediatailor``", + "type": "api-change", + "description": "[``botocore``] Update mediatailor client to latest version" +} diff --git a/.changes/next-release/api-change-quicksight-72700.json b/.changes/next-release/api-change-quicksight-72700.json new file mode 100644 index 0000000000..ab6e08b3ff --- /dev/null +++ b/.changes/next-release/api-change-quicksight-72700.json @@ -0,0 +1,5 @@ +{ + "category": "``quicksight``", + "type": "api-change", + "description": "[``botocore``] Update quicksight client to latest version" +} From d9c9e21b68489da9f38e2d1c12c4a9c53d07ca5f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 23 Oct 2020 18:08:03 +0000 Subject: [PATCH 2/2] Bumping version to 1.16.4 --- .changes/1.16.4.json | 17 +++++++++++++++++ .../next-release/api-change-macie2-18996.json | 5 ----- .../api-change-mediatailor-14745.json | 5 ----- .../api-change-quicksight-72700.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.4.json delete mode 100644 .changes/next-release/api-change-macie2-18996.json delete mode 100644 .changes/next-release/api-change-mediatailor-14745.json delete mode 100644 .changes/next-release/api-change-quicksight-72700.json diff --git a/.changes/1.16.4.json b/.changes/1.16.4.json new file mode 100644 index 0000000000..7e35278fff --- /dev/null +++ b/.changes/1.16.4.json @@ -0,0 +1,17 @@ +[ + { + "category": "``mediatailor``", + "description": "[``botocore``] Update mediatailor client to latest version", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Update quicksight client to latest version", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] Update macie2 client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-macie2-18996.json b/.changes/next-release/api-change-macie2-18996.json deleted file mode 100644 index 79110e08ef..0000000000 --- a/.changes/next-release/api-change-macie2-18996.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-mediatailor-14745.json b/.changes/next-release/api-change-mediatailor-14745.json deleted file mode 100644 index 380853815f..0000000000 --- a/.changes/next-release/api-change-mediatailor-14745.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediatailor``", - "type": "api-change", - "description": "[``botocore``] Update mediatailor client to latest version" -} diff --git a/.changes/next-release/api-change-quicksight-72700.json b/.changes/next-release/api-change-quicksight-72700.json deleted file mode 100644 index ab6e08b3ff..0000000000 --- a/.changes/next-release/api-change-quicksight-72700.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``quicksight``", - "type": "api-change", - "description": "[``botocore``] Update quicksight client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4829c0ab3e..44441e1cd6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.16.4 +====== + +* api-change:``mediatailor``: [``botocore``] Update mediatailor client to latest version +* api-change:``quicksight``: [``botocore``] Update quicksight client to latest version +* api-change:``macie2``: [``botocore``] Update macie2 client to latest version + + 1.16.3 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 274fad7f33..92ed27fd43 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.16.3' +__version__ = '1.16.4' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 81b037a426..c506ba11ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.19.3,<1.20.0 + botocore>=1.19.4,<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 ce34586746..4658d88ead 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.19.3,<1.20.0', + 'botocore>=1.19.4,<1.20.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]