diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2dec15e70c0..8887e45f6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.59.0" + ".": "1.60.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 992678002e1..16d71701388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.60.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.59.0...v1.60.0) (2026-05-20) + + +### Features + +* add Python 3.14 support ([f7193ba](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/f7193ba3c744ad66a67cea4df39a05c9420e54cd)) +* drop Python 3.9 support ([e346676](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/e346676fc9c9b9ab45eae7619afc7181cf087ad3)) +* drop Python 3.9 support and add Python 3.14 support ([f7d8f73](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/f7d8f73cb88505c7fb0f90e3f42facf1521b2afa)) + ## [1.59.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.58.0...v1.59.0) (2026-05-06) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 8c2b90a1d21..385e30f9b9a 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.59.0' +VERSION: str = '1.60.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 3f88c41f20e..3a31d80e8ba 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.59.0" +version = "1.60.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"