From 1fdf2262b1e82e5d9f88eb1055934b516b051724 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Feb 2025 19:06:00 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-rds-89678.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/api-change-rds-89678.json diff --git a/.changes/next-release/api-change-rds-89678.json b/.changes/next-release/api-change-rds-89678.json new file mode 100644 index 000000000000..ba6a66f546bd --- /dev/null +++ b/.changes/next-release/api-change-rds-89678.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "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 48daeda5fc60256709b53a487bb84a632c000944 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Feb 2025 19:07:25 +0000 Subject: [PATCH 2/2] Bumping version to 1.37.14 --- .changes/1.37.14.json | 7 +++++++ .changes/next-release/api-change-rds-89678.json | 5 ----- CHANGELOG.rst | 6 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 .changes/1.37.14.json delete mode 100644 .changes/next-release/api-change-rds-89678.json diff --git a/.changes/1.37.14.json b/.changes/1.37.14.json new file mode 100644 index 000000000000..2b14e6c30cfc --- /dev/null +++ b/.changes/1.37.14.json @@ -0,0 +1,7 @@ +[ + { + "category": "``rds``", + "description": "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-89678.json b/.changes/next-release/api-change-rds-89678.json deleted file mode 100644 index ba6a66f546bd..000000000000 --- a/.changes/next-release/api-change-rds-89678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "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 50f44dadc122..e01b07c10f5e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.37.14 +======= + +* api-change:``rds``: 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.37.13 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 8cf56e17e636..9661fb622c94 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.37.13' +__version__ = '1.37.14' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index ec432fc8b39c..8b8994e564cf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.37.' # The full version, including alpha/beta/rc tags. -release = '1.37.13' +release = '1.37.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index f6ba187a22db..8880dbd8302e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.36.13 + botocore==1.36.14 docutils>=0.10,<0.17 s3transfer>=0.11.0,<0.12.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 096fbd0df58f..44ba7bebd99b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.36.13', + 'botocore==1.36.14', 'docutils>=0.10,<0.17', 's3transfer>=0.11.0,<0.12.0', 'PyYAML>=3.10,<6.1',