From f007fd79b6d3d3290b6786e6b7c21cb525820594 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 10 Sep 2019 18:09:07 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-storagegateway-52201.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/api-change-storagegateway-52201.json diff --git a/.changes/next-release/api-change-storagegateway-52201.json b/.changes/next-release/api-change-storagegateway-52201.json new file mode 100644 index 0000000000..ab2ad52602 --- /dev/null +++ b/.changes/next-release/api-change-storagegateway-52201.json @@ -0,0 +1,5 @@ +{ + "category": "``storagegateway``", + "type": "api-change", + "description": "[``botocore``] Update storagegateway client to latest version" +} From 9fb0588a227500825e24c832d19b01329ddb26fd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 10 Sep 2019 18:09:07 +0000 Subject: [PATCH 2/2] Bumping version to 1.9.226 --- .changes/1.9.226.json | 7 +++++++ .changes/next-release/api-change-storagegateway-52201.json | 5 ----- CHANGELOG.rst | 6 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .changes/1.9.226.json delete mode 100644 .changes/next-release/api-change-storagegateway-52201.json diff --git a/.changes/1.9.226.json b/.changes/1.9.226.json new file mode 100644 index 0000000000..05bda38730 --- /dev/null +++ b/.changes/1.9.226.json @@ -0,0 +1,7 @@ +[ + { + "category": "``storagegateway``", + "description": "[``botocore``] Update storagegateway client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-storagegateway-52201.json b/.changes/next-release/api-change-storagegateway-52201.json deleted file mode 100644 index ab2ad52602..0000000000 --- a/.changes/next-release/api-change-storagegateway-52201.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``storagegateway``", - "type": "api-change", - "description": "[``botocore``] Update storagegateway client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2460043275..7f4c687f7a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.9.226 +======= + +* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version + + 1.9.225 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 24c67c75d6..ebf48a6def 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.9.225' +__version__ = '1.9.226' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index cede6261ac..38e6f2dd37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.12.225,<1.13.0 + botocore>=1.12.226,<1.13.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.2.0,<0.3.0 diff --git a/setup.py b/setup.py index 27db4afe94..7056bf3bdf 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.12.225,<1.13.0', + 'botocore>=1.12.226,<1.13.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.2.0,<0.3.0' ]