Skip to content

Commit c249012

Browse files
authored
Increment package version after release of azure-ai-textanalytics (Azure#21547)
1 parent 796d801 commit c249012

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.0b3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.2.0b2 (2021-11-02)
414

515
This version of the SDK defaults to the latest supported API version, which currently is `v3.2-preview.2`.

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,5 +4,5 @@
44
# Licensed under the MIT License.
55
# ------------------------------------
66

7-
VERSION = "5.2.0b2"
7+
VERSION = "5.2.0b3"
88
DEFAULT_API_VERSION = "v3.2-preview.2"

0 commit comments

Comments
 (0)