From 835f92bfdd5e0a30155f3ca34c60b960408492e6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 28 Jan 2021 19:08:21 +0000 Subject: [PATCH] Bumping version to 1.16.62 --- .changes/1.16.62.json | 37 +++++++++++++++++++ .../api-change-cloudwatch-52973.json | 5 --- .../api-change-databrew-29816.json | 5 --- .../next-release/api-change-iot-75524.json | 5 --- .../api-change-managedblockchain-96722.json | 5 --- .../api-change-robomaker-6772.json | 5 --- .../api-change-wellarchitected-61748.json | 5 --- .../next-release/bugfix-Validator-69448.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.16.62.json delete mode 100644 .changes/next-release/api-change-cloudwatch-52973.json delete mode 100644 .changes/next-release/api-change-databrew-29816.json delete mode 100644 .changes/next-release/api-change-iot-75524.json delete mode 100644 .changes/next-release/api-change-managedblockchain-96722.json delete mode 100644 .changes/next-release/api-change-robomaker-6772.json delete mode 100644 .changes/next-release/api-change-wellarchitected-61748.json delete mode 100644 .changes/next-release/bugfix-Validator-69448.json diff --git a/.changes/1.16.62.json b/.changes/1.16.62.json new file mode 100644 index 0000000000..2954bab393 --- /dev/null +++ b/.changes/1.16.62.json @@ -0,0 +1,37 @@ +[ + { + "category": "``wellarchitected``", + "description": "[``botocore``] Update wellarchitected client to latest version", + "type": "api-change" + }, + { + "category": "``managedblockchain``", + "description": "[``botocore``] Update managedblockchain client to latest version", + "type": "api-change" + }, + { + "category": "``cloudwatch``", + "description": "[``botocore``] Update cloudwatch client to latest version", + "type": "api-change" + }, + { + "category": "``databrew``", + "description": "[``botocore``] Update databrew client to latest version", + "type": "api-change" + }, + { + "category": "Validator", + "description": "[``botocore``] Fix showing incorrect max-value in error message for range and length value validation", + "type": "bugfix" + }, + { + "category": "``iot``", + "description": "[``botocore``] Update iot client to latest version", + "type": "api-change" + }, + { + "category": "``robomaker``", + "description": "[``botocore``] Update robomaker client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudwatch-52973.json b/.changes/next-release/api-change-cloudwatch-52973.json deleted file mode 100644 index f9e4a1a552..0000000000 --- a/.changes/next-release/api-change-cloudwatch-52973.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``cloudwatch``", - "type": "api-change", - "description": "[``botocore``] Update cloudwatch client to latest version" -} diff --git a/.changes/next-release/api-change-databrew-29816.json b/.changes/next-release/api-change-databrew-29816.json deleted file mode 100644 index d709fe0c2d..0000000000 --- a/.changes/next-release/api-change-databrew-29816.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``databrew``", - "type": "api-change", - "description": "[``botocore``] Update databrew client to latest version" -} diff --git a/.changes/next-release/api-change-iot-75524.json b/.changes/next-release/api-change-iot-75524.json deleted file mode 100644 index 318af7b09b..0000000000 --- a/.changes/next-release/api-change-iot-75524.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-managedblockchain-96722.json b/.changes/next-release/api-change-managedblockchain-96722.json deleted file mode 100644 index edf1851196..0000000000 --- a/.changes/next-release/api-change-managedblockchain-96722.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``managedblockchain``", - "type": "api-change", - "description": "[``botocore``] Update managedblockchain client to latest version" -} diff --git a/.changes/next-release/api-change-robomaker-6772.json b/.changes/next-release/api-change-robomaker-6772.json deleted file mode 100644 index 3d354f3713..0000000000 --- a/.changes/next-release/api-change-robomaker-6772.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``robomaker``", - "type": "api-change", - "description": "[``botocore``] Update robomaker client to latest version" -} diff --git a/.changes/next-release/api-change-wellarchitected-61748.json b/.changes/next-release/api-change-wellarchitected-61748.json deleted file mode 100644 index 1e41c06b72..0000000000 --- a/.changes/next-release/api-change-wellarchitected-61748.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``wellarchitected``", - "type": "api-change", - "description": "[``botocore``] Update wellarchitected client to latest version" -} diff --git a/.changes/next-release/bugfix-Validator-69448.json b/.changes/next-release/bugfix-Validator-69448.json deleted file mode 100644 index 7cc770ce5d..0000000000 --- a/.changes/next-release/bugfix-Validator-69448.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "Validator", - "type": "bugfix", - "description": "[``botocore``] Fix showing incorrect max-value in error message for range and length value validation" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7671f006ec..cd14e7150b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.16.62 +======= + +* api-change:``wellarchitected``: [``botocore``] Update wellarchitected client to latest version +* api-change:``managedblockchain``: [``botocore``] Update managedblockchain client to latest version +* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version +* api-change:``databrew``: [``botocore``] Update databrew client to latest version +* bugfix:Validator: [``botocore``] Fix showing incorrect max-value in error message for range and length value validation +* api-change:``iot``: [``botocore``] Update iot client to latest version +* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version + + 1.16.61 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 18512b32f5..924a29dcae 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.16.61' +__version__ = '1.16.62' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index f93d824f77..8b9769b0a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.19.61,<1.20.0 + botocore>=1.19.62,<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 fea2bff037..eda671250a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.19.61,<1.20.0', + 'botocore>=1.19.62,<1.20.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]