diff --git a/.changes/1.9.33.json b/.changes/1.9.33.json new file mode 100644 index 0000000000..18cb790423 --- /dev/null +++ b/.changes/1.9.33.json @@ -0,0 +1,17 @@ +[ + { + "category": "``sagemaker``", + "description": "[``botocore``] Update sagemaker client to latest version", + "type": "api-change" + }, + { + "category": "``alexaforbusiness``", + "description": "[``botocore``] Update alexaforbusiness client to latest version", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Update ssm client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6992fc131..2b982a64e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.9.33 +====== + +* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version +* api-change:``alexaforbusiness``: [``botocore``] Update alexaforbusiness client to latest version +* api-change:``ssm``: [``botocore``] Update ssm client to latest version + + 1.9.32 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 35a68c35d1..c4e713c5a8 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.9.32' +__version__ = '1.9.33' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index cfc0fa51e6..13713f8d4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.12.32,<1.13.0 + botocore>=1.12.33,<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 0c5eccc8a7..7c695807b6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.12.32,<1.13.0', + 'botocore>=1.12.33,<1.13.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.1.10,<0.2.0' ]