From 48a73f249ee6182c98aa1a6d572c7c79da9c5a59 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 6 Apr 2021 20:41:50 +0000 Subject: [PATCH] Increment package version after release of azure-ai-translation-document --- sdk/translation/azure-ai-translation-document/CHANGELOG.md | 5 ++++- .../azure/ai/translation/document/_version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sdk/translation/azure-ai-translation-document/CHANGELOG.md b/sdk/translation/azure-ai-translation-document/CHANGELOG.md index c23c8b80898a..62ad41818a84 100644 --- a/sdk/translation/azure-ai-translation-document/CHANGELOG.md +++ b/sdk/translation/azure-ai-translation-document/CHANGELOG.md @@ -1,6 +1,9 @@ # Release History +## 1.0.0b2 (Unreleased) + + ## 1.0.0b1 (2021-04-06) This is the first beta package of the azure-ai-translation-document client library that targets the Document Translation -service version `1.0-preview.1`. This package's documentation and samples demonstrate the new API. \ No newline at end of file +service version `1.0-preview.1`. This package's documentation and samples demonstrate the new API. diff --git a/sdk/translation/azure-ai-translation-document/azure/ai/translation/document/_version.py b/sdk/translation/azure-ai-translation-document/azure/ai/translation/document/_version.py index 3a9726d91eee..1976be87577e 100644 --- a/sdk/translation/azure-ai-translation-document/azure/ai/translation/document/_version.py +++ b/sdk/translation/azure-ai-translation-document/azure/ai/translation/document/_version.py @@ -4,4 +4,4 @@ # Licensed under the MIT License. # ------------------------------------ -VERSION = "1.0.0b1" +VERSION = "1.0.0b2"