diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25cd787011..bb358f0808 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.54.0" + ".": "1.55.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6525682a..b79f1a646b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [1.55.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.54.0...v1.55.0) (2026-02-19) + + +### Features + +* **generation:** update request builders and models ([84a81bf](https://github.com/microsoftgraph/msgraph-sdk-python/commit/84a81bf6658351f193b840483bb5f11152752114)) + ## [1.54.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.53.0...v1.54.0) (2026-02-06) diff --git a/msgraph/_version.py b/msgraph/_version.py index eab65df7d6..ddd24cdb49 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.54.0' +VERSION: str = '1.55.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 8a846c3710..50c160f14b 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.54.0" +version = "1.55.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Python SDK"