From f0897ccc08080fb4116ff3633c881679b0a53494 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:54:44 +0000 Subject: [PATCH] chore(main): release 1.14.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ msgraph_beta/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33a544717e..558fa11f92 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4abfa4651..3a21b2a558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [1.14.1](https://github.com/microsoftgraph/msgraph-beta-sdk-python/compare/v1.14.0...v1.14.1) (2024-12-05) + + +### 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..48a36fb36b 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.14.1' # x-release-please-end diff --git a/pyproject.toml b/pyproject.toml index 26c2d388df..a4e083dc5b 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.14.1" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "The Microsoft Graph Beta Python SDK"