Skip to content

Commit

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

chore(main): release 1.5.1
  • Loading branch information
baywet committed Jul 9, 2024
2 parents 4912f5a + 7996cae commit 5786e89
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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.0"
".": "1.5.1"
}
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.


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


### Bug Fixes

* avoid using default mutable arguments ([4912f5a](https://github.com/microsoftgraph/msgraph-sdk-python/commit/4912f5a54c9063a42b3edf9f1276878d49e5bf6b))


### Documentation

* fix typo in README ([71463a6](https://github.com/microsoftgraph/msgraph-sdk-python/commit/71463a64fa3c3e43cb5f4c36f46a1aef3a703b29))

## [1.5.0] - 2024-05-23

### Changed
Expand Down Expand Up @@ -127,4 +139,4 @@ as well as the Request builder custom Requestconfiguration for backward compatib

### Changed

- Fixed bug with classes with namespace being generated outside of the namespace [#55](https://github.com/microsoftgraph/msgraph-sdk-python/issues/55)
- Fixed bug with classes with namespace being generated outside of the namespace [#55](https://github.com/microsoftgraph/msgraph-sdk-python/issues/55)
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.0'
VERSION: str = '1.5.1'
# 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 = "setuptools.build_meta"
name = "msgraph-sdk"
# The SDK version
# x-release-please-start-version
version = "1.5.0"
version = "1.5.1"
# x-release-please-end
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
description = "The Microsoft Graph Python SDK"
Expand Down

0 comments on commit 5786e89

Please sign in to comment.