From 27204c6c675a4359d4e4d2aa22cf6a9bbca78276 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:50:21 +0000 Subject: [PATCH] chore(main): release 1.60.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8887e45f6fe..841977e3154 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.60.0" + ".": "1.60.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c6c028796..73c7bbe2be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.60.1](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.60.0...v1.60.1) (2026-07-14) + + +### Bug Fixes + +* **deps:** bump msgraph-core floor to >=1.5.1 ([7c7343b](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/7c7343b2eacff7419ddc959b584012fb1679832d)) +* **deps:** bump msgraph-core floor to >=1.5.1 ([51b7064](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/51b706478488e868191c16e504c3d3facdbc7ceb)) + ## [1.60.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.59.0...v1.60.0) (2026-07-13) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 385e30f9b9a..c329e5aec5c 100644 --- a/msgraph_beta/_version.py +++ b/msgraph_beta/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.60.0' +VERSION: str = '1.60.1' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 926f9cba189..6461ab92ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "msgraph-beta-sdk" # The SDK version # x-release-please-start-version -version = "1.60.0" +version = "1.60.1" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"