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/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' ]