From 938c8b53bd9f72b87b96a7d34b2441eac499212e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:37:25 +0000 Subject: [PATCH] chore(main): release 1.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a228e49306d..a4f6ddcea29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.3" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 476dde9cbf5..c6f68355ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.6.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.3...v1.6.0) (2024-09-06) + + +### Features + +* readme formatting to trigger release please ([e351f0a](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/e351f0accd9009fcde9e385b25b0d25ba239fcd0)) + + +### Bug Fixes + +* release please type configuration ([5c3f611](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/5c3f6119a2b7015ddd97c1aaa54a0147353da767)) + ## [1.5.3](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.5.2...v1.5.3) (2024-08-02) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index bbb70708bc5..30bf38e1862 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.3' +VERSION: str = '1.6.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index d44bde4575e..c1d8bfcc53f 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.3" +version = "1.6.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"