From 296778e79f797c406faa80d1d7934b5976e93c9f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:50:03 +0000 Subject: [PATCH] chore(main): release 1.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc66feec9b9..fc1aadf363d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a72d14d05..9506b574769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [1.17.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.16.0...v1.17.0) (2025-01-15) + + +### Features + +* drops support for python 3.8 ([bad0e77](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/bad0e7727043bb883d4aff8733d8e8b72dfc1d4a)) +* drops support for python 3.8 ([10b2302](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/10b2302052a4f5183d11e8b29199803049d95964)) +* **generation:** update request builders and models ([8fdbbd9](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8fdbbd9b2059941fc3f83836ea5e316236e1713b)) + ## [1.16.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.15.0...v1.16.0) (2025-01-02) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 5138e0ffc69..9b92c99af6f 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.16.0' +VERSION: str = '1.17.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index cdd4135e262..cf6dec78d9d 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.16.0" +version = "1.17.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"