Skip to content

Commit 88e7d3e

Browse files
authored
[text analytics] update version in master (#12749)
1 parent a13cfdd commit 88e7d3e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sdk/textanalytics/azure-ai-textanalytics/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Release History
22

3-
## 1.0.1 (Unreleased)
3+
## 5.0.1 (Unreleased)
44

55

6+
## 5.0.0 (2020-07-27)
7+
8+
- Re-release of GA version 1.0.0 with an updated version
9+
610
## 1.0.0 (2020-06-09)
711

812
- First stable release of the azure-ai-textanalytics package. Targets the service's v3.0 API.

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Licensed under the MIT License.
55
# ------------------------------------
66

7-
VERSION = "1.0.1"
7+
VERSION = "5.0.1"

0 commit comments

Comments
 (0)