Skip to content

Commit 5786e89

Browse files
authored
Merge pull request #783 from microsoftgraph/release-please--branches--main--components--msgraph
chore(main): release 1.5.1
2 parents 4912f5a + 7996cae commit 5786e89

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
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.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [1.5.1](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.5.0...v1.5.1) (2024-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* avoid using default mutable arguments ([4912f5a](https://github.com/microsoftgraph/msgraph-sdk-python/commit/4912f5a54c9063a42b3edf9f1276878d49e5bf6b))
12+
13+
14+
### Documentation
15+
16+
* fix typo in README ([71463a6](https://github.com/microsoftgraph/msgraph-sdk-python/commit/71463a64fa3c3e43cb5f4c36f46a1aef3a703b29))
17+
618
## [1.5.0] - 2024-05-23
719

820
### Changed
@@ -127,4 +139,4 @@ as well as the Request builder custom Requestconfiguration for backward compatib
127139

128140
### Changed
129141

130-
- Fixed bug with classes with namespace being generated outside of the namespace [#55](https://github.com/microsoftgraph/msgraph-sdk-python/issues/55)
142+
- Fixed bug with classes with namespace being generated outside of the namespace [#55](https://github.com/microsoftgraph/msgraph-sdk-python/issues/55)

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.5.0'
3+
VERSION: str = '1.5.1'
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 = "setuptools.build_meta"
66
name = "msgraph-sdk"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.5.0"
9+
version = "1.5.1"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "The Microsoft Graph Python SDK"

0 commit comments

Comments
 (0)