From 8c2058a7e452ac8c0858ff52a0619eff716900d0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:30:38 +0000 Subject: [PATCH] chore(main): release 1.5.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d48ed90ed..a228e49306d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.2" + ".": "1.5.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e915f3572e..476dde9cbf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.5.3](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.2...v1.5.3) (2024-08-02) + + +### Bug Fixes + +* requires a higher version of the JSON dependency ([6e8cd64](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/6e8cd6493c44432d7f72d6bf3357dd019d7e68a1)) + ## [1.5.2](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.1...v1.5.2) (2024-07-17) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 5fd11501c6d..bbb70708bc5 100644 --- a/msgraph_beta/_version.py +++ b/msgraph_beta/_version.py @@ -1,4 +1,4 @@ # The SDK version # x-release-please-start-version -VERSION: str = '1.5.2' +VERSION: str = '1.5.3' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index c3e809080b1..d44bde4575e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "msgraph-beta-sdk" # The SDK version # x-release-please-start-version -version = "1.5.2" +version = "1.5.3" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"