From bca7e0288aef514bb767842906685ced883570e2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 11 Nov 2021 19:07:59 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-dynamodb-70935.json | 5 +++++ .changes/next-release/api-change-ec2-63503.json | 5 +++++ .changes/next-release/api-change-translate-85431.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-dynamodb-70935.json create mode 100644 .changes/next-release/api-change-ec2-63503.json create mode 100644 .changes/next-release/api-change-translate-85431.json diff --git a/.changes/next-release/api-change-dynamodb-70935.json b/.changes/next-release/api-change-dynamodb-70935.json new file mode 100644 index 0000000000..71123b83e5 --- /dev/null +++ b/.changes/next-release/api-change-dynamodb-70935.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``dynamodb``", + "description": "[``botocore``] Updated Help section for \"dynamodb update-contributor-insights\" API" +} diff --git a/.changes/next-release/api-change-ec2-63503.json b/.changes/next-release/api-change-ec2-63503.json new file mode 100644 index 0000000000..6a7a04aea0 --- /dev/null +++ b/.changes/next-release/api-change-ec2-63503.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release provides an additional route target for the VPC route table." +} diff --git a/.changes/next-release/api-change-translate-85431.json b/.changes/next-release/api-change-translate-85431.json new file mode 100644 index 0000000000..5c3565b98f --- /dev/null +++ b/.changes/next-release/api-change-translate-85431.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``translate``", + "description": "[``botocore``] This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation." +} From f4233c12d229f13af7851b776e22faac8f857795 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 11 Nov 2021 19:08:16 +0000 Subject: [PATCH 2/2] Bumping version to 1.20.4 --- .changes/1.20.4.json | 17 +++++++++++++++++ .../next-release/api-change-dynamodb-70935.json | 5 ----- .changes/next-release/api-change-ec2-63503.json | 5 ----- .../api-change-translate-85431.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.20.4.json delete mode 100644 .changes/next-release/api-change-dynamodb-70935.json delete mode 100644 .changes/next-release/api-change-ec2-63503.json delete mode 100644 .changes/next-release/api-change-translate-85431.json diff --git a/.changes/1.20.4.json b/.changes/1.20.4.json new file mode 100644 index 0000000000..d55937c804 --- /dev/null +++ b/.changes/1.20.4.json @@ -0,0 +1,17 @@ +[ + { + "category": "``dynamodb``", + "description": "[``botocore``] Updated Help section for \"dynamodb update-contributor-insights\" API", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release provides an additional route target for the VPC route table.", + "type": "api-change" + }, + { + "category": "``translate``", + "description": "[``botocore``] This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-dynamodb-70935.json b/.changes/next-release/api-change-dynamodb-70935.json deleted file mode 100644 index 71123b83e5..0000000000 --- a/.changes/next-release/api-change-dynamodb-70935.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "[``botocore``] Updated Help section for \"dynamodb update-contributor-insights\" API" -} diff --git a/.changes/next-release/api-change-ec2-63503.json b/.changes/next-release/api-change-ec2-63503.json deleted file mode 100644 index 6a7a04aea0..0000000000 --- a/.changes/next-release/api-change-ec2-63503.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release provides an additional route target for the VPC route table." -} diff --git a/.changes/next-release/api-change-translate-85431.json b/.changes/next-release/api-change-translate-85431.json deleted file mode 100644 index 5c3565b98f..0000000000 --- a/.changes/next-release/api-change-translate-85431.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``translate``", - "description": "[``botocore``] This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f970036c45..353c6f7b6a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.20.4 +====== + +* api-change:``dynamodb``: [``botocore``] Updated Help section for "dynamodb update-contributor-insights" API +* api-change:``ec2``: [``botocore``] This release provides an additional route target for the VPC route table. +* api-change:``translate``: [``botocore``] This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation. + + 1.20.3 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 1e2fa257c9..a18de9b0f2 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.20.3' +__version__ = '1.20.4' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 80f710c9fc..3a37d992ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.23.3,<1.24.0 + botocore>=1.23.4,<1.24.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 2f02b0e20b..2c7858c831 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.23.3,<1.24.0', + 'botocore>=1.23.4,<1.24.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]