From 4e5e6367199e53b8a2088c1f35f77cba0802094f Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 22:59:34 +0000 Subject: [PATCH] chore(main): release 1.45.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f5982af38f..fcccac17e9d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.44.0" + ".": "1.45.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 193a70dc327..685b0d5b452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.45.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.44.0...v1.45.0) (2025-08-20) + + +### Features + +* **generation:** update request builders and models ([dfc7943](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/dfc79432c6c0ac36f98e71d90b1eaf1c30374c5d)) + ## [1.44.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.43.0...v1.44.0) (2025-08-12) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index dc1a0105612..6e5fd63e008 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.44.0' +VERSION: str = '1.45.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 7b11b57458b..9ced60d4cc0 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.44.0" +version = "1.45.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"