From 3015bb26b25f5778b937321077355ab8caf67c4f 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, 21 Oct 2025 19:55:05 +0000 Subject: [PATCH] chore(main): release 1.49.0 --- .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 a08494d2506..94124d32ea4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.48.0" + ".": "1.49.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 637b94d7927..0f9a3003306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.49.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.48.0...v1.49.0) (2025-10-21) + + +### Features + +* **generation:** update request builders and models ([b04e777](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/b04e77785b09c0a646bc6a7bf5a3392a318cdfd3)) +* **generation:** update request builders and models ([6ca0bb5](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/6ca0bb55c079a70e9d286709346d4b13bf84edd9)) + ## [1.48.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.47.0...v1.48.0) (2025-10-03) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 56a8c817cde..7f234f3612a 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.48.0' +VERSION: str = '1.49.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 5ff199b90de..3ac90baadad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "msgraph-beta-sdk" # The SDK version # x-release-please-start-version -version = "1.48.0" +version = "1.49.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"