From 3dd17c986ac0f5ab47b88fe50211350ad8505377 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:41:42 +0000 Subject: [PATCH] chore(main): release 1.20.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ msgraph/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 17 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 8a3041c5827..7b290794091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. +## [1.20.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.19.0...v1.20.0) (2025-02-06) + + +### Features + +* Python 3.13 support ([fac3184](https://github.com/microsoftgraph/msgraph-sdk-python/commit/fac3184cea86487b305d6bbadad084534944866f)) +* Python 3.13 support ([8605f62](https://github.com/microsoftgraph/msgraph-sdk-python/commit/8605f6238407d94f8d49aed782b97e48b179e304)) + + +### Bug Fixes + +* bump kiota and graph core dependencies ([499783f](https://github.com/microsoftgraph/msgraph-sdk-python/commit/499783f56bc264a8ea5fecb06cca43c31b915b3f)) +* Bump kiota versions ([1d21bdd](https://github.com/microsoftgraph/msgraph-sdk-python/commit/1d21bdd6d6ca9f2517f786bf27df30de2b42db8a)) + ## [1.19.0](https://github.com/microsoftgraph/msgraph-sdk-python/compare/v1.18.0...v1.19.0) (2025-02-06) diff --git a/msgraph/_version.py b/msgraph/_version.py index 4520e7425a5..b71b9e2b24d 100644 --- a/msgraph/_version.py +++ b/msgraph/_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 0e191c2ed5b..af4d3ae3d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "msgraph-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 Python SDK"