From 6936c43d5f957dc14f6f1c7f71b30a6b7e17e5e0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:11:15 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- src/msgraph_core/_constants.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97cef54c..2bd8d9b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.8" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e7ca46..2829e23b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [1.2.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.8...v1.2.0) (2025-01-14) + + +### Features + +* drop support for python 3.8 and drops deprecated type aliases ([d5d925e](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/d5d925e35d1a3a20be3e106ee55ec253d1599ebd)) + + +### Bug Fixes + +* drop support for python 3.8 and drops deprecated type aliases ([8c11aaf](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/8c11aaf50f9b62bca2b863b0881dc3ccde7e9f37)) + ## [1.1.8](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.1.7...v1.1.8) (2024-12-18) diff --git a/pyproject.toml b/pyproject.toml index 7b12188d..552d8473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "msgraph-core" # The SDK version # x-release-please-start-version -version = "1.1.8" +version = "1.2.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "Core component of the Microsoft Graph Python SDK" diff --git a/src/msgraph_core/_constants.py b/src/msgraph_core/_constants.py index cbf02946..ac7118be 100644 --- a/src/msgraph_core/_constants.py +++ b/src/msgraph_core/_constants.py @@ -10,6 +10,6 @@ DEFAULT_CONNECTION_TIMEOUT = 30 # The SDK version # x-release-please-start-version -SDK_VERSION = '1.1.8' +SDK_VERSION = '1.2.0' # x-release-please-end MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'