diff --git a/.changes/1.36.14.json b/.changes/1.36.14.json new file mode 100644 index 0000000000..659e989e34 --- /dev/null +++ b/.changes/1.36.14.json @@ -0,0 +1,7 @@ +[ + { + "category": "``rds``", + "description": "[``botocore``] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-rds-86263.json b/.changes/next-release/api-change-rds-86263.json deleted file mode 100644 index 7a3ea71635..0000000000 --- a/.changes/next-release/api-change-rds-86263.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e83116b4e..b6720eec9f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.36.14 +======= + +* api-change:``rds``: [``botocore``] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation. + + 1.36.13 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 4e4fc0f174..cde1cc4a63 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.36.13' +__version__ = '1.36.14' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 64fbd03182..fdff1f3414 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.13,<1.37.0 + botocore>=1.36.14,<1.37.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.11.0,<0.12.0 diff --git a/setup.py b/setup.py index 9bdb1dcbb0..ef7e2b4138 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.13,<1.37.0', + 'botocore>=1.36.14,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]