diff --git a/.changes/1.9.58.json b/.changes/1.9.58.json new file mode 100644 index 0000000000..ebb3145a74 --- /dev/null +++ b/.changes/1.9.58.json @@ -0,0 +1,22 @@ +[ + { + "category": "``devicefarm``", + "description": "[``botocore``] Update devicefarm client to latest version", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "[``botocore``] Update storagegateway client to latest version", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] Update mediaconvert client to latest version", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "[``botocore``] Update servicecatalog client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-devicefarm-6070.json b/.changes/next-release/api-change-devicefarm-6070.json deleted file mode 100644 index c42012303e..0000000000 --- a/.changes/next-release/api-change-devicefarm-6070.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``devicefarm``", - "type": "api-change", - "description": "[``botocore``] Update devicefarm client to latest version" -} diff --git a/.changes/next-release/api-change-mediaconvert-10361.json b/.changes/next-release/api-change-mediaconvert-10361.json deleted file mode 100644 index 780f52857c..0000000000 --- a/.changes/next-release/api-change-mediaconvert-10361.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-servicecatalog-50762.json b/.changes/next-release/api-change-servicecatalog-50762.json deleted file mode 100644 index c8c130c2bc..0000000000 --- a/.changes/next-release/api-change-servicecatalog-50762.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``servicecatalog``", - "type": "api-change", - "description": "[``botocore``] Update servicecatalog client to latest version" -} diff --git a/.changes/next-release/api-change-storagegateway-58631.json b/.changes/next-release/api-change-storagegateway-58631.json deleted file mode 100644 index ab2ad52602..0000000000 --- a/.changes/next-release/api-change-storagegateway-58631.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 90532aa54c..65937befab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.9.58 +====== + +* api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version +* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version +* api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version +* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version + + 1.9.57 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 80398037da..ce3f73133d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.9.57' +__version__ = '1.9.58' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 989405c8a8..d2a6946c54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.12.57,<1.13.0 + botocore>=1.12.58,<1.13.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.1.10,<0.2.0 diff --git a/setup.py b/setup.py index 3b62276944..793452aea9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.12.57,<1.13.0', + 'botocore>=1.12.58,<1.13.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.1.10,<0.2.0' ]