Skip to content

Commit a7eedb5

Browse files
authored
Increment version for textanalytics release (Azure#24512)
* patching conda version to current. removing pin of azure-mgmt-resources * increment azure-ai-textanalytics version
1 parent 2853983 commit a7eedb5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

3+
## 5.2.0b5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.2.0b4 (2022-05-18)
414

515
Note that this is the first version of the client library that targets the Azure Cognitive Service for Language APIs which includes the existing text analysis and natural language processing features found in the Text Analytics client library.

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

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

6-
VERSION = "5.2.0b4"
6+
VERSION = "5.2.0b5"
77
DEFAULT_API_VERSION = "2022-04-01-preview"
88
VERSIONS_SUPPORTED = ["v3.0", "v3.1", "2022-04-01-preview"]

0 commit comments

Comments
 (0)