Skip to content

Commit

Permalink
chore(main): release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 9, 2024
1 parent b5186a6 commit fb19973
Show file tree
Hide file tree
Showing 4 changed files with 10 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.9.0"
".": "1.10.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.


## [1.10.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.9.0...v1.10.0) (2024-10-09)


### Features

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

## [1.9.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.8.0...v1.9.0) (2024-10-03)


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.9.0'
VERSION: str = '1.10.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.9.0"
version = "1.10.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 fb19973

Please sign in to comment.