From bbdcbb7fe2f82e5449e3615025e03a1c7a310382 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 22 Jan 2025 19:32:54 +0200 Subject: [PATCH] fix --- README.md | 3 ++- docs/source/conf.py | 2 +- pyproject.toml | 2 +- src/sempy_labs/_authentication.py | 2 -- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 76d40e89..2937dcb2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Semantic Link Labs [![PyPI version](https://badge.fury.io/py/semantic-link-labs.svg)](https://badge.fury.io/py/semantic-link-labs) -[![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.0&style=flat)](https://readthedocs.org/projects/semantic-link-labs/) +[![Read The Docs](https://readthedocs.org/projects/semantic-link-labs/badge/?version=0.9.1&style=flat)](https://readthedocs.org/projects/semantic-link-labs/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Downloads](https://static.pepy.tech/badge/semantic-link-labs)](https://pepy.tech/project/semantic-link-labs) @@ -118,6 +118,7 @@ An even better way to ensure the semantic-link-labs library is available in your 2. Select your newly created environment within the 'Environment' drop down in the navigation bar at the top of the notebook ## Version History +* [0.9.1](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.1) (January 22, 2024) * [0.9.0](https://github.com/microsoft/semantic-link-labs/releases/tag/0.9.0) (January 22, 2024) * [0.8.11](https://github.com/microsoft/semantic-link-labs/releases/tag/0.8.11) (December 19, 2024) * [0.8.10](https://github.com/microsoft/semantic-link-labs/releases/tag/0.8.10) (December 16, 2024) diff --git a/docs/source/conf.py b/docs/source/conf.py index 538f3b70..e3ea0cd3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'semantic-link-labs' copyright = '2024, Microsoft and community' author = 'Microsoft and community' -release = '0.9.0' +release = '0.9.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 59b67cd0..4197a4ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name="semantic-link-labs" authors = [ { name = "Microsoft Corporation" }, ] -version="0.9.0" +version="0.9.1" description="Semantic Link Labs for Microsoft Fabric" readme="README.md" requires-python=">=3.10,<3.12" diff --git a/src/sempy_labs/_authentication.py b/src/sempy_labs/_authentication.py index b3002d2a..914ea39c 100644 --- a/src/sempy_labs/_authentication.py +++ b/src/sempy_labs/_authentication.py @@ -17,7 +17,6 @@ def __init__(self, credential: ClientSecretCredential): self.credential = credential - @log @classmethod def from_aad_application_key_authentication( cls, tenant_id: str, client_id: str, client_secret: str @@ -51,7 +50,6 @@ def from_aad_application_key_authentication( return cls(credential) - @log @classmethod def from_azure_key_vault( cls,