From 0a1f70c1959f205e2b8f700ba04babe1e650c5dc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 6 Sep 2024 18:06:05 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-qapps-45844.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/api-change-qapps-45844.json diff --git a/.changes/next-release/api-change-qapps-45844.json b/.changes/next-release/api-change-qapps-45844.json new file mode 100644 index 000000000000..f2bb12b2c16e --- /dev/null +++ b/.changes/next-release/api-change-qapps-45844.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qapps``", + "description": "Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item." +} From f7b412486696656e99070caf63bbce23e4714c51 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 6 Sep 2024 18:07:24 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.14 --- .changes/1.34.14.json | 7 +++++++ .changes/next-release/api-change-qapps-45844.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.34.14.json delete mode 100644 .changes/next-release/api-change-qapps-45844.json diff --git a/.changes/1.34.14.json b/.changes/1.34.14.json new file mode 100644 index 000000000000..500f5a6ec5bb --- /dev/null +++ b/.changes/1.34.14.json @@ -0,0 +1,7 @@ +[ + { + "category": "``qapps``", + "description": "Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-qapps-45844.json b/.changes/next-release/api-change-qapps-45844.json deleted file mode 100644 index f2bb12b2c16e..000000000000 --- a/.changes/next-release/api-change-qapps-45844.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qapps``", - "description": "Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4acad2de406e..691fd08c94d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.34.14 +======= + +* api-change:``qapps``: Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item. + + 1.34.13 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index d3355341ad5f..2fe84941d489 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.34.13' +__version__ = '1.34.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 3da8b56c5d2a..c789b457c798 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.13' +release = '1.34.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 2fb76260f2da..8c91daf31d1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.13 + botocore==1.35.14 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 6843ee919cab..267f47daf303 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.13', + 'botocore==1.35.14', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',