diff --git a/.changes/1.14.10.json b/.changes/1.14.10.json new file mode 100644 index 0000000000..3002d0bace --- /dev/null +++ b/.changes/1.14.10.json @@ -0,0 +1,47 @@ +[ + { + "category": "``iam``", + "description": "[``botocore``] Update iam client to latest version", + "type": "api-change" + }, + { + "category": "``organizations``", + "description": "[``botocore``] Update organizations client to latest version", + "type": "api-change" + }, + { + "category": "``backup``", + "description": "[``botocore``] Update backup client to latest version", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "[``botocore``] Update emr client to latest version", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "[``botocore``] Update fsx client to latest version", + "type": "api-change" + }, + { + "category": "``amplify``", + "description": "[``botocore``] Update amplify client to latest version", + "type": "api-change" + }, + { + "category": "``codecommit``", + "description": "[``botocore``] Update codecommit client to latest version", + "type": "api-change" + }, + { + "category": "``honeycode``", + "description": "[``botocore``] Update honeycode client to latest version", + "type": "api-change" + }, + { + "category": "``autoscaling``", + "description": "[``botocore``] Update autoscaling client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b7373a979..a971397f42 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +1.14.10 +======= + +* api-change:``iam``: [``botocore``] Update iam client to latest version +* api-change:``organizations``: [``botocore``] Update organizations client to latest version +* api-change:``backup``: [``botocore``] Update backup client to latest version +* api-change:``emr``: [``botocore``] Update emr client to latest version +* api-change:``fsx``: [``botocore``] Update fsx client to latest version +* api-change:``amplify``: [``botocore``] Update amplify client to latest version +* api-change:``codecommit``: [``botocore``] Update codecommit client to latest version +* api-change:``honeycode``: [``botocore``] Update honeycode client to latest version +* api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version + + 1.14.9 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 8942dd83fe..3a68f4e5ca 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.14.9' +__version__ = '1.14.10' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d5e566f4dd..199f08f842 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.17.9,<1.18.0 + botocore>=1.17.10,<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 87a0bd464d..c293b6d81f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.17.9,<1.18.0', + 'botocore>=1.17.10,<1.18.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.3.0,<0.4.0' ]