From d1f71683c64091e0e8d33eea44eb00280eee465e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 14 Aug 2024 18:04:34 +0000 Subject: [PATCH] Bumping version to 1.34.161 --- .changes/1.34.161.json | 7 +++++++ .changes/next-release/api-change-codebuild-71108.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.34.161.json delete mode 100644 .changes/next-release/api-change-codebuild-71108.json diff --git a/.changes/1.34.161.json b/.changes/1.34.161.json new file mode 100644 index 0000000000..1ecba0d08a --- /dev/null +++ b/.changes/1.34.161.json @@ -0,0 +1,7 @@ +[ + { + "category": "``codebuild``", + "description": "AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codebuild-71108.json b/.changes/next-release/api-change-codebuild-71108.json deleted file mode 100644 index d7d57945cf..0000000000 --- a/.changes/next-release/api-change-codebuild-71108.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cede8096d0..3c7ca0fd18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.34.161 +======== + +* api-change:``codebuild``: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project. + + 1.34.160 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 745536bf7e..2b552ca867 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.160' +__version__ = '1.34.161' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 34e1b1675a..69f9b5dafd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.160' +release = '1.34.161' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.