From f861cc98e25e31d8dce5c4b1d09594d40b88dd11 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 15 Nov 2024 01:53:59 +0000 Subject: [PATCH] Bumping version to 1.35.62 --- .changes/1.35.62.json | 7 +++++++ .../api-change-partnercentralselling-27573.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.62.json delete mode 100644 .changes/next-release/api-change-partnercentralselling-27573.json diff --git a/.changes/1.35.62.json b/.changes/1.35.62.json new file mode 100644 index 0000000000..148fc5a18c --- /dev/null +++ b/.changes/1.35.62.json @@ -0,0 +1,7 @@ +[ + { + "category": "``partnercentral-selling``", + "description": "Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-partnercentralselling-27573.json b/.changes/next-release/api-change-partnercentralselling-27573.json deleted file mode 100644 index 7eaa06a676..0000000000 --- a/.changes/next-release/api-change-partnercentralselling-27573.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``partnercentral-selling``", - "description": "Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5823304906..b90c22f933 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.35.62 +======= + +* api-change:``partnercentral-selling``: Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations. + + 1.35.61 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 936463683f..7395b643c8 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.61' +__version__ = '1.35.62' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index c10f058f84..fa11dba17e 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.61' +release = '1.35.62' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.