From fa82689050fe483a115839ccf05bcab2e86c1feb Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 3 Jun 2026 22:35:40 +0000 Subject: [PATCH] Increment package version after release of azure-ai-discovery --- sdk/discovery/azure-ai-discovery/CHANGELOG.md | 10 ++++++++++ .../azure-ai-discovery/azure/ai/discovery/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sdk/discovery/azure-ai-discovery/CHANGELOG.md b/sdk/discovery/azure-ai-discovery/CHANGELOG.md index 9775dc81b7ff..44da5eee8723 100644 --- a/sdk/discovery/azure-ai-discovery/CHANGELOG.md +++ b/sdk/discovery/azure-ai-discovery/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.0b2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0b1 (2026-05-16) Initial beta release of the Azure AI Discovery client library for Python. diff --git a/sdk/discovery/azure-ai-discovery/azure/ai/discovery/_version.py b/sdk/discovery/azure-ai-discovery/azure/ai/discovery/_version.py index f1a7251e3b94..4dd1b2d847f8 100644 --- a/sdk/discovery/azure-ai-discovery/azure/ai/discovery/_version.py +++ b/sdk/discovery/azure-ai-discovery/azure/ai/discovery/_version.py @@ -4,4 +4,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.0.0b2"