Skip to content

Commit

Permalink
Merge pull request #808 from microsoftgraph/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--msgraph

chore(main): release 1.5.2
  • Loading branch information
baywet committed Jul 10, 2024
2 parents f73ffa2 + 8a2c0e1 commit 14fd337
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.5.1"
".": "1.5.2"
}
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.5.2](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.1...v1.5.2) (2024-07-10)


### Bug Fixes

* fixes module name for release ([941f6b2](https://github.com/microsoftgraph/msgraph-sdk-python/commit/941f6b2325555962af9c412c05b609797d7319c4))

## [1.5.1](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.0...v1.5.1) (2024-07-09)


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.5.1'
VERSION: str = '1.5.2'
# 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.5.1"
version = "1.5.2"
# x-release-please-end
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
description = "The Microsoft Graph Python SDK"
Expand Down

0 comments on commit 14fd337

Please sign in to comment.