From d6a53c617946798df6ea852fa9250581675e7f95 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 6 Sep 2024 18:07:06 +0000 Subject: [PATCH] Bumping version to 1.35.14 --- .changes/1.35.14.json | 7 +++++++ .changes/next-release/api-change-qapps-6651.json | 5 ----- CHANGELOG.rst | 6 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 .changes/1.35.14.json delete mode 100644 .changes/next-release/api-change-qapps-6651.json diff --git a/.changes/1.35.14.json b/.changes/1.35.14.json new file mode 100644 index 0000000000..500f5a6ec5 --- /dev/null +++ b/.changes/1.35.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-6651.json b/.changes/next-release/api-change-qapps-6651.json deleted file mode 100644 index f2bb12b2c1..0000000000 --- a/.changes/next-release/api-change-qapps-6651.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 617924527b..be409add97 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.35.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.35.13 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index d3b7cdb1a4..3c0af10ef0 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.13' +__version__ = '1.35.14' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 7e9ca33423..9b50a1b776 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.13' +release = '1.35.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.