Skip to content

Commit e510962

Browse files
add breadcrumb to track 2 package in track 1 TA (Azure#23065)
1 parent f5b658a commit e510962

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
4+
## 0.2.1 (2022-02-15)
5+
6+
- There is a newer version of this package. Please install the [azure-ai-textanalytics](https://pypi.org/project/azure-ai-textanalytics/) package for the latest features and support.
7+
38
## 0.2.0 (2019-03-12)
49

510
**Features**

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# NOTE: There is a newer version of this package
2+
3+
Please install the [azure-ai-textanalytics](https://pypi.org/project/azure-ai-textanalytics/) package for the latest features and support.
4+
15
# Microsoft Azure SDK for Python
26

37
This is the Microsoft Azure Cognitive Services Text Analytics Client Library.

sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics/azure/cognitiveservices/language/textanalytics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.2.0"
12+
VERSION = "0.2.1"

0 commit comments

Comments
 (0)