From 49b0f33c68f09d43080b6a7253e6f5ca14c7b5d2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 12 Aug 2020 18:12:30 +0000 Subject: [PATCH] Bumping version to 1.14.41 --- .changes/1.14.41.json | 42 +++++++++++++++++++ .../next-release/api-change-cloud9-65099.json | 5 --- .../api-change-comprehend-78494.json | 5 --- .../next-release/api-change-ec2-63793.json | 5 --- .../next-release/api-change-fsx-6287.json | 5 --- .../next-release/api-change-iot-83338.json | 5 --- .../next-release/api-change-lambda-44084.json | 5 --- .../api-change-transfer-65661.json | 5 --- .../api-change-workspaces-73761.json | 5 --- CHANGELOG.rst | 13 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 .changes/1.14.41.json delete mode 100644 .changes/next-release/api-change-cloud9-65099.json delete mode 100644 .changes/next-release/api-change-comprehend-78494.json delete mode 100644 .changes/next-release/api-change-ec2-63793.json delete mode 100644 .changes/next-release/api-change-fsx-6287.json delete mode 100644 .changes/next-release/api-change-iot-83338.json delete mode 100644 .changes/next-release/api-change-lambda-44084.json delete mode 100644 .changes/next-release/api-change-transfer-65661.json delete mode 100644 .changes/next-release/api-change-workspaces-73761.json diff --git a/.changes/1.14.41.json b/.changes/1.14.41.json new file mode 100644 index 0000000000..85c59e10c9 --- /dev/null +++ b/.changes/1.14.41.json @@ -0,0 +1,42 @@ +[ + { + "category": "``transfer``", + "description": "[``botocore``] Update transfer client to latest version", + "type": "api-change" + }, + { + "category": "``comprehend``", + "description": "[``botocore``] Update comprehend client to latest version", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Update ec2 client to latest version", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] Update fsx client to latest version", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Update workspaces client to latest version", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "[``botocore``] Update lambda client to latest version", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "[``botocore``] Update iot client to latest version", + "type": "api-change" + }, + { + "category": "``cloud9``", + "description": "[``botocore``] Update cloud9 client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloud9-65099.json b/.changes/next-release/api-change-cloud9-65099.json deleted file mode 100644 index bdc4066ebe..0000000000 --- a/.changes/next-release/api-change-cloud9-65099.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``cloud9``", - "type": "api-change", - "description": "[``botocore``] Update cloud9 client to latest version" -} diff --git a/.changes/next-release/api-change-comprehend-78494.json b/.changes/next-release/api-change-comprehend-78494.json deleted file mode 100644 index 512ea5f6fb..0000000000 --- a/.changes/next-release/api-change-comprehend-78494.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``comprehend``", - "type": "api-change", - "description": "[``botocore``] Update comprehend client to latest version" -} diff --git a/.changes/next-release/api-change-ec2-63793.json b/.changes/next-release/api-change-ec2-63793.json deleted file mode 100644 index 6ebcd03779..0000000000 --- a/.changes/next-release/api-change-ec2-63793.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "type": "api-change", - "description": "[``botocore``] Update ec2 client to latest version" -} diff --git a/.changes/next-release/api-change-fsx-6287.json b/.changes/next-release/api-change-fsx-6287.json deleted file mode 100644 index 0ee04bdaa7..0000000000 --- a/.changes/next-release/api-change-fsx-6287.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``fsx``", - "type": "api-change", - "description": "[``botocore``] Update fsx client to latest version" -} diff --git a/.changes/next-release/api-change-iot-83338.json b/.changes/next-release/api-change-iot-83338.json deleted file mode 100644 index 318af7b09b..0000000000 --- a/.changes/next-release/api-change-iot-83338.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``iot``", - "type": "api-change", - "description": "[``botocore``] Update iot client to latest version" -} diff --git a/.changes/next-release/api-change-lambda-44084.json b/.changes/next-release/api-change-lambda-44084.json deleted file mode 100644 index 3ee3c87334..0000000000 --- a/.changes/next-release/api-change-lambda-44084.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lambda``", - "type": "api-change", - "description": "[``botocore``] Update lambda client to latest version" -} diff --git a/.changes/next-release/api-change-transfer-65661.json b/.changes/next-release/api-change-transfer-65661.json deleted file mode 100644 index 8363b2f940..0000000000 --- a/.changes/next-release/api-change-transfer-65661.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``transfer``", - "type": "api-change", - "description": "[``botocore``] Update transfer client to latest version" -} diff --git a/.changes/next-release/api-change-workspaces-73761.json b/.changes/next-release/api-change-workspaces-73761.json deleted file mode 100644 index c7eb39a0ef..0000000000 --- a/.changes/next-release/api-change-workspaces-73761.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``workspaces``", - "type": "api-change", - "description": "[``botocore``] Update workspaces client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63912684fb..2152454ae3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.14.41 +======= + +* api-change:``transfer``: [``botocore``] Update transfer client to latest version +* api-change:``comprehend``: [``botocore``] Update comprehend client to latest version +* api-change:``ec2``: [``botocore``] Update ec2 client to latest version +* api-change:``fsx``: [``botocore``] Update fsx client to latest version +* api-change:``workspaces``: [``botocore``] Update workspaces client to latest version +* api-change:``lambda``: [``botocore``] Update lambda client to latest version +* api-change:``iot``: [``botocore``] Update iot client to latest version +* api-change:``cloud9``: [``botocore``] Update cloud9 client to latest version + + 1.14.40 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 7207a5c324..1a9b06b0c3 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.14.40' +__version__ = '1.14.41' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index aeff97ae62..74fd7753cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.17.40,<1.18.0 + botocore>=1.17.41,<1.18.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index 43323dd53e..d1bb439b70 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.17.40,<1.18.0', + 'botocore>=1.17.41,<1.18.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]