Skip to content

Commit

Permalink
chore(main): release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 6, 2024
1 parent 58e2651 commit d4b9a5e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.14.0"
".": "1.15.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.


## [1.15.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.14.0...v1.15.0) (2024-12-06)


### Features

* **generation:** update request builders and models ([f578fa3](https://github.com/microsoftgraph/msgraph-sdk-python/commit/f578fa379542ab1f0fff13d470e27df860ec54a3))


### Bug Fixes

* downgrades doc-utils to match python supported versions ([bba3a3b](https://github.com/microsoftgraph/msgraph-sdk-python/commit/bba3a3b74b0e0d53b3bdcfe1147b40486db58399))
* downgrades time machine to match python supported versions ([8d80761](https://github.com/microsoftgraph/msgraph-sdk-python/commit/8d8076168ad755e1d373190d06b5ae4fb2af2303))

## [1.14.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.13.0...v1.14.0) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion msgraph/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The SDK version
# x-release-please-start-version
VERSION: str = '1.14.0'
VERSION: str = '1.15.0'
# x-release-please-end
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "msgraph-sdk"
# The SDK version
# x-release-please-start-version
version = "1.14.0"
version = "1.15.0"
# x-release-please-end
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
description = "The Microsoft Graph Python SDK"
Expand Down

0 comments on commit d4b9a5e

Please sign in to comment.