From eee6afa965af3c78d7f07778aa446d6e5c89059e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:30:30 +0000 Subject: [PATCH] chore(main): release 1.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/msgraph_core/_constants.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44320cd7..4c2a3ed8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.6" + ".": "1.1.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ff1177..57ae1f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.1.7](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.6...v1.1.7) (2024-11-21) + + +### Bug Fixes + +* depends_on and batch request with content collection ([9d4153a](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/9d4153a1b0ce29ed0213f81bb4bd3191125304e5)) + ## [1.1.6](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.5...v1.1.6) (2024-10-18) diff --git a/pyproject.toml b/pyproject.toml index 51b09fcf..6625154d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "msgraph-core" # The SDK version # x-release-please-start-version -version = "1.1.6" +version = "1.1.7" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "Core component of the Microsoft Graph Python SDK" diff --git a/src/msgraph_core/_constants.py b/src/msgraph_core/_constants.py index 16de84e5..73f5a7bd 100644 --- a/src/msgraph_core/_constants.py +++ b/src/msgraph_core/_constants.py @@ -10,6 +10,6 @@ DEFAULT_CONNECTION_TIMEOUT = 30 # The SDK version # x-release-please-start-version -SDK_VERSION = '1.1.6' +SDK_VERSION = '1.1.7' # x-release-please-end MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'