Skip to content

Commit

Permalink
HOTFIX - 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Sep 30, 2024
1 parent a30a6b0 commit 0b2df10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-kusto-data/azure/kusto/data/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License
VERSION = "4.6.0"
VERSION = "4.6.1"
2 changes: 1 addition & 1 deletion azure-kusto-data/azure/kusto/data/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from azure.core.tracing import SpanKind

from azure.kusto.data._telemetry import Span, MonitoredActivity
from build.lib.azure.kusto.data.exceptions import KustoServiceError
from azure.kusto.data.exceptions import KustoServiceError

from .client_base import ExecuteRequestParams, _KustoClientBase
from .client_request_properties import ClientRequestProperties
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-ingest/azure/kusto/ingest/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License
VERSION = "4.6.0"
VERSION = "4.6.1"

0 comments on commit 0b2df10

Please sign in to comment.