From ecb2d8be81dadd22628b40e337fd07680f6532b1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 7 Jan 2020 19:10:31 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codebuild-62364.json | 5 +++++ .changes/next-release/api-change-mgh-98852.json | 5 +++++ .changes/next-release/api-change-xray-81056.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-codebuild-62364.json create mode 100644 .changes/next-release/api-change-mgh-98852.json create mode 100644 .changes/next-release/api-change-xray-81056.json diff --git a/.changes/next-release/api-change-codebuild-62364.json b/.changes/next-release/api-change-codebuild-62364.json new file mode 100644 index 0000000000..512cd1f84c --- /dev/null +++ b/.changes/next-release/api-change-codebuild-62364.json @@ -0,0 +1,5 @@ +{ + "category": "``codebuild``", + "type": "api-change", + "description": "[``botocore``] Update codebuild client to latest version" +} diff --git a/.changes/next-release/api-change-mgh-98852.json b/.changes/next-release/api-change-mgh-98852.json new file mode 100644 index 0000000000..64e5fab751 --- /dev/null +++ b/.changes/next-release/api-change-mgh-98852.json @@ -0,0 +1,5 @@ +{ + "category": "``mgh``", + "type": "api-change", + "description": "[``botocore``] Update mgh client to latest version" +} diff --git a/.changes/next-release/api-change-xray-81056.json b/.changes/next-release/api-change-xray-81056.json new file mode 100644 index 0000000000..fe55fafd1a --- /dev/null +++ b/.changes/next-release/api-change-xray-81056.json @@ -0,0 +1,5 @@ +{ + "category": "``xray``", + "type": "api-change", + "description": "[``botocore``] Update xray client to latest version" +} From 4182257630f0e4f9ff94dea9bd54a057323985c3 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 7 Jan 2020 19:10:31 +0000 Subject: [PATCH 2/2] Bumping version to 1.10.48 --- .changes/1.10.48.json | 17 +++++++++++++++++ .../api-change-codebuild-62364.json | 5 ----- .changes/next-release/api-change-mgh-98852.json | 5 ----- .../next-release/api-change-xray-81056.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.10.48.json delete mode 100644 .changes/next-release/api-change-codebuild-62364.json delete mode 100644 .changes/next-release/api-change-mgh-98852.json delete mode 100644 .changes/next-release/api-change-xray-81056.json diff --git a/.changes/1.10.48.json b/.changes/1.10.48.json new file mode 100644 index 0000000000..84661b7663 --- /dev/null +++ b/.changes/1.10.48.json @@ -0,0 +1,17 @@ +[ + { + "category": "``codebuild``", + "description": "[``botocore``] Update codebuild client to latest version", + "type": "api-change" + }, + { + "category": "``mgh``", + "description": "[``botocore``] Update mgh client to latest version", + "type": "api-change" + }, + { + "category": "``xray``", + "description": "[``botocore``] Update xray client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-62364.json b/.changes/next-release/api-change-codebuild-62364.json deleted file mode 100644 index 512cd1f84c..0000000000 --- a/.changes/next-release/api-change-codebuild-62364.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-mgh-98852.json b/.changes/next-release/api-change-mgh-98852.json deleted file mode 100644 index 64e5fab751..0000000000 --- a/.changes/next-release/api-change-mgh-98852.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mgh``", - "type": "api-change", - "description": "[``botocore``] Update mgh client to latest version" -} diff --git a/.changes/next-release/api-change-xray-81056.json b/.changes/next-release/api-change-xray-81056.json deleted file mode 100644 index fe55fafd1a..0000000000 --- a/.changes/next-release/api-change-xray-81056.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``xray``", - "type": "api-change", - "description": "[``botocore``] Update xray client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f766ca403..6099d6299f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.10.48 +======= + +* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version +* api-change:``mgh``: [``botocore``] Update mgh client to latest version +* api-change:``xray``: [``botocore``] Update xray client to latest version + + 1.10.47 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9c98baa008..de53932e18 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.10.47' +__version__ = '1.10.48' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index a087f0d8d4..549284c425 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires-dist = - botocore>=1.13.47,<1.14.0 + botocore>=1.13.48,<1.14.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.2.0,<0.3.0 diff --git a/setup.py b/setup.py index fee6cd8b9c..b21812232e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.13.47,<1.14.0', + 'botocore>=1.13.48,<1.14.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.2.0,<0.3.0' ]