From a37fbfffe628b2d0fae0bd5484b3a4abf651d9f2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:04:05 +0000 Subject: [PATCH] chore(main): release 1.20.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 734d799ff6a..90c1fde0893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.19.0" + ".": "1.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c20ea21afb0..41c7a152a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.20.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.19.0...v1.20.0) (2025-02-07) + + +### Features + +* Support Python 3.13 ([#742](https://github.com/microsoftgraph/msgraph-beta-sdk-python/issues/742)) ([4532b9c](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/4532b9cc41df4b29e2106d3d115b744314115b2a)), closes [#577](https://github.com/microsoftgraph/msgraph-beta-sdk-python/issues/577) + + +### Bug Fixes + +* bump kiota and graph core versions ([b1c29c3](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/b1c29c38b38b16e32b91b6269831c8d5f77562a5)) + ## [1.19.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.18.0...v1.19.0) (2025-02-06) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 4520e7425a5..b71b9e2b24d 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.19.0' +VERSION: str = '1.20.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 41fd782bbdd..5777aeb846f 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.19.0" +version = "1.20.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"