From 30d27ecac812f176c3758342618a6b7b49d25f2e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:16:04 +0000 Subject: [PATCH] chore(main): release 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33a544717e..2d45ad2eb9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4abfa4651..17b14beafc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [1.15.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.14.0...v1.15.0) (2024-12-18) + + +### Features + +* **generation:** update request builders and models ([6b2e0c1](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/6b2e0c1b866fa0d81a10fe325af68fc613f1ddd4)) +* **generation:** update request builders and models ([ceb9e99](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/ceb9e998d07f4a2dfd60cec8b64496301deea671)) +* **generation:** update request builders and models ([240fda7](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/240fda70ac3edfdd5ba84ba6f2278b1f9d546c48)) + + +### Bug Fixes + +* downgrades aiohttp to match python supported versions ([00a6b5b](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/00a6b5b0757c287cba2cd508afaa4f0d479d4187)) +* downgrades astroid to match python supported versions ([9ebbc83](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/9ebbc83d643f647fbccda117b438ae5167530ab4)) +* downgrades docutils to match python supported versions ([8a9e7ef](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8a9e7ef48ece01b40ea931307123760682c20814)) +* downgrades PyJWT to match python supported versions ([2650dd7](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/2650dd7ae6a604f29cd291e31615fca2edddaef9)) +* downgrades pylint to match python supported versions ([51cf3ba](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/51cf3baf7860d7c9e19efd5cd0cbe191442bc73b)) +* downgrades time-machine to match python supported versions ([3a8af15](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/3a8af15f3168e433a588968e4f808d904aa21107)) +* downgrades tomli_w to match python supported versions ([8329bae](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/8329bae26aee1f79c712a9e87cc659ac43dc7f1e)) +* downgrades yarl to match python supported versions ([ddbf2ce](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/ddbf2ced40dd9a1a29e3c4644b4e576a55ba0ee1)) +* downgrades zipp to match python supported versions ([58616ff](https://github.com/microsoftgraph/msgraph-beta-sdk-python/commit/58616fff8c858b2bd63d3d13207444d770638adb)) + ## [1.14.0](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.13.0...v1.14.0) (2024-11-28) diff --git a/msgraph_beta/_version.py b/msgraph_beta/_version.py index 8eca7ce23e..569b48fd14 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.14.0' +VERSION: str = '1.15.0' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 26c2d388df..450bf2b478 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.14.0" +version = "1.15.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"