diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b12e46252..b7b57cd4e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.59.1" + ".": "1.59.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aac1f170a0..d42634bf19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. +## [1.59.2](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.59.1...v1.59.2) (2026-07-14) + + +### Bug Fixes + +* **deps:** bump msgraph-core floor to >=1.5.1 ([9e430ae](https://github.com/microsoftgraph/msgraph-sdk-python/commit/9e430ae36cadeee924bdcdb9615e5ff465e985a0)) +* **deps:** bump msgraph-core floor to >=1.5.1 ([f06054a](https://github.com/microsoftgraph/msgraph-sdk-python/commit/f06054a46aadd5197643b76fa5a903ef001422f9)) + ## [1.59.1](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.59.0...v1.59.1) (2026-07-13) diff --git a/msgraph/_version.py b/msgraph/_version.py index 9bbae5d499..07175c04aa 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.1' +VERSION: str = '1.59.2' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 1cf8b673d0..8fa5cce3ba 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.1" +version = "1.59.2" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK"