diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7b57cd4e8..8887e45f6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.59.2" + ".": "1.60.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d42634bf19..1f1e505f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [1.60.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.59.2...v1.60.0) (2026-07-21) + + +### Features + +* **generation:** update request builders and models ([8799c4e](https://github.com/microsoftgraph/msgraph-sdk-python/commit/8799c4e017d2da09ee1f2b623da5359d68eadfd7)) + ## [1.59.2](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.59.1...v1.59.2) (2026-07-14) diff --git a/msgraph/_version.py b/msgraph/_version.py index 07175c04aa..385e30f9b9 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.59.2' +VERSION: str = '1.60.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 8fa5cce3ba..b9514d8b68 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.59.2" +version = "1.60.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK"