Skip to content

Commit 0b6cf7e

Browse files
authored
Merge pull request #464 from microsoftgraph/release-please--branches--main--components--msgraph_beta
chore(main): release 1.5.1
2 parents 23dbce1 + f164c85 commit 0b6cf7e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.5.1](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.0...v1.5.1) (2024-07-10)
6+
7+
8+
### Bug Fixes
9+
10+
* do not use default mutable parameters ([1ba984e](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/1ba984e9549d02f0206ed191732858a32bbc81a4))
11+
* fixes module name for release ([567b176](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/567b176954e587183f620f68b84c600b34ff8035))
12+
513
## [1.5.0] - 2024-05-23
614

715
### Changed
@@ -95,4 +103,4 @@ All notable changes to this project will be documented in this file.
95103
- Fixed a bug where discriminator methods were missing some valid types.
96104
- Fixed a bug where the date and guid types were improperly mapped.
97105
- Re-ordered method hierarchy to match python conventions
98-
- Added support for custom httpx client.
106+
- Added support for custom httpx client.

msgraph_beta/_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 = "flit_core.buildapi"
66
name = "msgraph-beta-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 = "[email protected]"}]
1212
description = "The Microsoft Graph Beta Python SDK"

0 commit comments

Comments
 (0)