From 221586f0d7633000ecca1729ff9b6b65bb563820 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:27:16 +0000 Subject: [PATCH] chore(main): release 1.44.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bba0001c81..5f5982af38f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.43.0" + ".": "1.44.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fee61028507..193a70dc327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.44.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.43.0...v1.44.0) (2025-08-12) + + +### Features + +* **generation:** update request builders and models ([31528d0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/31528d06f7a917259e75299c17bbc07b0afd9e54)) + + +### Bug Fixes + +* Update license field to use proper SPDX identifier ([58128c7](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/58128c7ba6b138b44359f4ce4d7f70e0d143dce6)) + ## [1.43.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.42.0...v1.43.0) (2025-08-06) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 76c72864898..dc1a0105612 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.43.0' +VERSION: str = '1.44.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 1143fe72ac0..7b11b57458b 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.43.0" +version = "1.44.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"