From 74f20f19f6bd05dcc7af5f3300ee5112100becfc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 18 Aug 2020 18:10:14 +0000 Subject: [PATCH] Bumping version to 1.14.45 --- .changes/1.14.45.json | 32 +++++++++++++++++++ .../api-change-codebuild-9069.json | 5 --- .../api-change-cognitoidp-39555.json | 5 --- .../api-change-datasync-33665.json | 5 --- .../api-change-identitystore-47153.json | 5 --- .../api-change-securityhub-1235.json | 5 --- .../next-release/api-change-sesv2-77473.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.14.45.json delete mode 100644 .changes/next-release/api-change-codebuild-9069.json delete mode 100644 .changes/next-release/api-change-cognitoidp-39555.json delete mode 100644 .changes/next-release/api-change-datasync-33665.json delete mode 100644 .changes/next-release/api-change-identitystore-47153.json delete mode 100644 .changes/next-release/api-change-securityhub-1235.json delete mode 100644 .changes/next-release/api-change-sesv2-77473.json diff --git a/.changes/1.14.45.json b/.changes/1.14.45.json new file mode 100644 index 0000000000..bf98572b93 --- /dev/null +++ b/.changes/1.14.45.json @@ -0,0 +1,32 @@ +[ + { + "category": "``identitystore``", + "description": "[``botocore``] Update identitystore client to latest version", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] Update codebuild client to latest version", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "[``botocore``] Update cognito-idp client to latest version", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "[``botocore``] Update datasync client to latest version", + "type": "api-change" + }, + { + "category": "``sesv2``", + "description": "[``botocore``] Update sesv2 client to latest version", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Update securityhub client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-9069.json b/.changes/next-release/api-change-codebuild-9069.json deleted file mode 100644 index 512cd1f84c..0000000000 --- a/.changes/next-release/api-change-codebuild-9069.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``codebuild``", - "type": "api-change", - "description": "[``botocore``] Update codebuild client to latest version" -} diff --git a/.changes/next-release/api-change-cognitoidp-39555.json b/.changes/next-release/api-change-cognitoidp-39555.json deleted file mode 100644 index 829c7de7aa..0000000000 --- a/.changes/next-release/api-change-cognitoidp-39555.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``cognito-idp``", - "type": "api-change", - "description": "[``botocore``] Update cognito-idp client to latest version" -} diff --git a/.changes/next-release/api-change-datasync-33665.json b/.changes/next-release/api-change-datasync-33665.json deleted file mode 100644 index 09864835fa..0000000000 --- a/.changes/next-release/api-change-datasync-33665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``datasync``", - "type": "api-change", - "description": "[``botocore``] Update datasync client to latest version" -} diff --git a/.changes/next-release/api-change-identitystore-47153.json b/.changes/next-release/api-change-identitystore-47153.json deleted file mode 100644 index e1be27bd18..0000000000 --- a/.changes/next-release/api-change-identitystore-47153.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``identitystore``", - "type": "api-change", - "description": "[``botocore``] Update identitystore client to latest version" -} diff --git a/.changes/next-release/api-change-securityhub-1235.json b/.changes/next-release/api-change-securityhub-1235.json deleted file mode 100644 index f661be58ea..0000000000 --- a/.changes/next-release/api-change-securityhub-1235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``securityhub``", - "type": "api-change", - "description": "[``botocore``] Update securityhub client to latest version" -} diff --git a/.changes/next-release/api-change-sesv2-77473.json b/.changes/next-release/api-change-sesv2-77473.json deleted file mode 100644 index 60233d7ae7..0000000000 --- a/.changes/next-release/api-change-sesv2-77473.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sesv2``", - "type": "api-change", - "description": "[``botocore``] Update sesv2 client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6adaf84e1d..a1a53b5c23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.14.45 +======= + +* api-change:``identitystore``: [``botocore``] Update identitystore client to latest version +* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version +* api-change:``cognito-idp``: [``botocore``] Update cognito-idp client to latest version +* api-change:``datasync``: [``botocore``] Update datasync client to latest version +* api-change:``sesv2``: [``botocore``] Update sesv2 client to latest version +* api-change:``securityhub``: [``botocore``] Update securityhub client to latest version + + 1.14.44 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 311d809aa7..0518ab26a6 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.14.44' +__version__ = '1.14.45' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 10832b2a59..b424acbc51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.17.44,<1.18.0 + botocore>=1.17.45,<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 03e8529867..1f303eaf4f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.17.44,<1.18.0', + 'botocore>=1.17.45,<1.18.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]