From 2435c839f1a7d8cbcf8c2fd9c47093b7d153a6f8 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:47:17 +0000 Subject: [PATCH] chore(main): release 1.59.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ msgraph/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c1b086285..2dec15e70c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.58.0" + ".": "1.59.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 37fa9b79a2..3468a77684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. +## [1.59.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.58.0...v1.59.0) (2026-06-05) + + +### Features + +* **pipeline:** add Azure Pipelines configuration for building and publishing library ([8a8b4a5](https://github.com/microsoftgraph/msgraph-sdk-python/commit/8a8b4a56f36267042f2dbb10e3ad89cc4f1e5221)) +* **pipeline:** add Azure Pipelines configuration for building and publishing library ([d4f8a3b](https://github.com/microsoftgraph/msgraph-sdk-python/commit/d4f8a3b3250d92a4c50bd719c20640f9d4b8b7e7)) + + +### Bug Fixes + +* update package owners and approvers in Azure Pipelines configuration ([d4e675d](https://github.com/microsoftgraph/msgraph-sdk-python/commit/d4e675d24cbda3ac93f92d906dfde142614e63f2)) + ## [1.58.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.57.0...v1.58.0) (2026-05-20) diff --git a/msgraph/_version.py b/msgraph/_version.py index b91bca9ad2..8c2b90a1d2 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.58.0' +VERSION: str = '1.59.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 3c7208ccb2..c468dc0d91 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.58.0" +version = "1.59.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK"