Skip to content

Commit 4442372

Browse files
authored
Merge pull request #982 from microsoftgraph/release-please--branches--main--components--msgraph
chore(main): release 1.15.0
2 parents ac4daf4 + 611d0c8 commit 4442372

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.14.0"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

55

6+
## [1.15.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.14.0...v1.15.0) (2024-12-18)
7+
8+
9+
### Features
10+
11+
* **generation:** update request builders and models ([8b8b0ff](https://github.com/microsoftgraph/msgraph-sdk-python/commit/8b8b0ff890146b37359f2a7149c647a8a4e69e62))
12+
* **generation:** update request builders and models ([00bc442](https://github.com/microsoftgraph/msgraph-sdk-python/commit/00bc442445a1fe68d3933a224d6563d500f386d6))
13+
* **generation:** update request builders and models ([f578fa3](https://github.com/microsoftgraph/msgraph-sdk-python/commit/f578fa379542ab1f0fff13d470e27df860ec54a3))
14+
15+
16+
### Bug Fixes
17+
18+
* downgrades doc-utils to match python supported versions ([bba3a3b](https://github.com/microsoftgraph/msgraph-sdk-python/commit/bba3a3b74b0e0d53b3bdcfe1147b40486db58399))
19+
* downgrades time machine to match python supported versions ([8d80761](https://github.com/microsoftgraph/msgraph-sdk-python/commit/8d8076168ad755e1d373190d06b5ae4fb2af2303))
20+
621
## [1.14.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.13.0...v1.14.0) (2024-11-28)
722

823

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.14.0'
3+
VERSION: str = '1.15.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.14.0"
9+
version = "1.15.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)