diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fcccac17e9d..6bba8489390 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.45.0" + ".": "1.46.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 685b0d5b452..9d1202e1c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.46.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.45.0...v1.46.0) (2025-09-12) + + +### Features + +* **generation:** update request builders and models ([bc80c3a](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/bc80c3a8ef69aeece293397231c223c646678f83)) + ## [1.45.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.44.0...v1.45.0) (2025-08-20) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 6e5fd63e008..824204a51ba 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.45.0' +VERSION: str = '1.46.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 9ced60d4cc0..d41b0a9894a 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.45.0" +version = "1.46.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"