From dedef183156b6d604cafde6b450dacce86d340dd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:53:14 +0000 Subject: [PATCH] chore(main): release 1.5.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ msgraph/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d48ed90ed..a228e49306d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.2" + ".": "1.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa35a0ae25c..4629117dbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [1.5.3](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.2...v1.5.3) (2024-07-17) + + +### Bug Fixes + +* higher kiota abstractions requirement to avoid missing multipart ([d6c9f86](https://github.com/microsoftgraph/msgraph-sdk-python/commit/d6c9f860420065092fdf33ea03518236b0286358)) + ## [1.5.2](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.1...v1.5.2) (2024-07-10) diff --git a/msgraph/_version.py b/msgraph/_version.py index 5fd11501c6d..bbb70708bc5 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.5.2' +VERSION: str = '1.5.3' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 363a3a8ce0f..96facc76c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "msgraph-sdk" # The SDK version # x-release-please-start-version -version = "1.5.2" +version = "1.5.3" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK"