diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6180eb92ed1..f7d510b30df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f54514ba34..dd96bd1f649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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-06-20) + + +### Documentation + +* fix typo in README ([71463a6](https://github.com/microsoftgraph/msgraph-sdk-python/commit/71463a64fa3c3e43cb5f4c36f46a1aef3a703b29)) + ## [1.5.0] - 2024-05-23 ### Changed @@ -127,4 +134,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) \ No newline at end of file +- Fixed bug with classes with namespace being generated outside of the namespace [#55](https://github.com/microsoftgraph/msgraph-sdk-python/issues/55) diff --git a/msgraph/_version.py b/msgraph/_version.py index f6025298651..1184415f744 100644 --- a/msgraph/_version.py +++ b/msgraph/_version.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index bda6de317a1..e767fb9c381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"