From 3ad9a4e61edb5aca2416d69a09aa958d07202db7 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 5 Oct 2020 18:09:41 +0000 Subject: [PATCH] Bumping version to 1.15.12 --- .changes/1.15.12.json | 27 +++++++++++++++++++ .../api-change-dynamodb-27492.json | 5 ---- .../api-change-dynamodbstreams-60014.json | 5 ---- .../next-release/api-change-glue-21830.json | 5 ---- .../api-change-mediaconvert-68289.json | 5 ---- .../api-change-sagemaker-89151.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.15.12.json delete mode 100644 .changes/next-release/api-change-dynamodb-27492.json delete mode 100644 .changes/next-release/api-change-dynamodbstreams-60014.json delete mode 100644 .changes/next-release/api-change-glue-21830.json delete mode 100644 .changes/next-release/api-change-mediaconvert-68289.json delete mode 100644 .changes/next-release/api-change-sagemaker-89151.json diff --git a/.changes/1.15.12.json b/.changes/1.15.12.json new file mode 100644 index 0000000000..ddd5003904 --- /dev/null +++ b/.changes/1.15.12.json @@ -0,0 +1,27 @@ +[ + { + "category": "``dynamodbstreams``", + "description": "[``botocore``] Update dynamodbstreams client to latest version", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Update sagemaker client to latest version", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] Update mediaconvert client to latest version", + "type": "api-change" + }, + { + "category": "``dynamodb``", + "description": "[``botocore``] Update dynamodb client to latest version", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Update glue client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-27492.json b/.changes/next-release/api-change-dynamodb-27492.json deleted file mode 100644 index ba0d940036..0000000000 --- a/.changes/next-release/api-change-dynamodb-27492.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``dynamodb``", - "type": "api-change", - "description": "[``botocore``] Update dynamodb client to latest version" -} diff --git a/.changes/next-release/api-change-dynamodbstreams-60014.json b/.changes/next-release/api-change-dynamodbstreams-60014.json deleted file mode 100644 index a9b22f91f5..0000000000 --- a/.changes/next-release/api-change-dynamodbstreams-60014.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``dynamodbstreams``", - "type": "api-change", - "description": "[``botocore``] Update dynamodbstreams client to latest version" -} diff --git a/.changes/next-release/api-change-glue-21830.json b/.changes/next-release/api-change-glue-21830.json deleted file mode 100644 index 3a7164d533..0000000000 --- a/.changes/next-release/api-change-glue-21830.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``glue``", - "type": "api-change", - "description": "[``botocore``] Update glue client to latest version" -} diff --git a/.changes/next-release/api-change-mediaconvert-68289.json b/.changes/next-release/api-change-mediaconvert-68289.json deleted file mode 100644 index 780f52857c..0000000000 --- a/.changes/next-release/api-change-mediaconvert-68289.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-sagemaker-89151.json b/.changes/next-release/api-change-sagemaker-89151.json deleted file mode 100644 index ba636d3c6f..0000000000 --- a/.changes/next-release/api-change-sagemaker-89151.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 f4cb897fde..5b5ef7d386 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.15.12 +======= + +* api-change:``dynamodbstreams``: [``botocore``] Update dynamodbstreams client to latest version +* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version +* api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version +* api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version +* api-change:``glue``: [``botocore``] Update glue client to latest version + + 1.15.11 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 8694dc2926..2d2f4418be 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.15.11' +__version__ = '1.15.12' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4ff5dc5b5b..934fe9d0e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.18.11,<1.19.0 + botocore>=1.18.12,<1.19.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.3.0,<0.4.0 diff --git a/setup.py b/setup.py index 736b4922f8..57f6370b02 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.18.11,<1.19.0', + 'botocore>=1.18.12,<1.19.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]