From b4d1f355f8bc04b628aac5330b98f1aefc072fbf Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Feb 2025 19:06:55 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-rds-86263.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/api-change-rds-86263.json diff --git a/.changes/next-release/api-change-rds-86263.json b/.changes/next-release/api-change-rds-86263.json new file mode 100644 index 0000000000..7a3ea71635 --- /dev/null +++ b/.changes/next-release/api-change-rds-86263.json @@ -0,0 +1,5 @@ +{ + "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." +} From d42dbc765ca3203c142b8eb5c90635856b9c6acf Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Feb 2025 19:07:22 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.14 --- .changes/1.36.14.json | 7 +++++++ .changes/next-release/api-change-rds-86263.json | 5 ----- CHANGELOG.rst | 6 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .changes/1.36.14.json delete mode 100644 .changes/next-release/api-change-rds-86263.json 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', ]