Skip to content

Commit 3b0298d

Browse files
authored
Merge pull request #1313 from microsoftgraph/release-please--branches--main--components--msgraph
chore(main): release 1.41.0
2 parents 2218172 + 2c9ec6c commit 3b0298d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.40.0"
2+
".": "1.41.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [1.41.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.40.0...v1.41.0) (2025-08-05)
7+
8+
9+
### Features
10+
11+
* **generation:** update request builders and models ([c2d45c8](https://github.com/microsoftgraph/msgraph-sdk-python/commit/c2d45c848133aa3cdb5d9e93bafef50a064b6524))
12+
13+
14+
### Bug Fixes
15+
16+
* Update license field to use proper SPDX identifier ([aab1c9e](https://github.com/microsoftgraph/msgraph-sdk-python/commit/aab1c9e4e7da347c867480bbc510a5723761e8fa))
17+
618
## [1.40.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.39.0...v1.40.0) (2025-07-30)
719

820

msgraph/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# The SDK version
22
# x-release-please-start-version
3-
VERSION: str = '1.40.0'
3+
VERSION: str = '1.41.0'
44
# x-release-please-end

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
name = "msgraph-sdk"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.40.0"
9+
version = "1.41.0"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "[email protected]"}]
1212
description = "The Microsoft Graph Python SDK"

0 commit comments

Comments
 (0)