Skip to content

Commit c19d058

Browse files
updating version (Azure#25948)
1 parent e91766e commit c19d058

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 5.2.0b6 (Unreleased)
3+
## 5.2.0 (Unreleased)
44

55
### Features Added
66

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@ For example, `https://<region>.api.cognitive.microsoft.com/`.
7474
Install the Azure Text Analytics client library for Python with [pip][pip]:
7575

7676
```bash
77-
pip install azure-ai-textanalytics --pre
77+
pip install azure-ai-textanalytics
7878
```
7979

80-
> Note that `5.2.0b4` was the first version of the client library that targeted the Azure Cognitive Service for Language APIs which include the existing text analysis and natural language processing features found in the Text Analytics client library.
80+
> Note that `5.2.X` targets the Azure Cognitive Service for Language APIs which include the existing text analysis and natural language processing features found in the previous versions of the Text Analytics client library.
8181
In addition, the service API has changed from semantic to date-based versioning. This version of the client library defaults to the latest supported API version, which currently is `2022-05-01`.
8282

8383
This table shows the relationship between SDK versions and supported API versions of the service
8484

8585
| SDK version | Supported API version of service |
8686
| ------------ | --------------------------------- |
87-
| 5.2.0b5 - Latest beta release | 3.0, 3.1, 2022-05-01 (default) |
88-
| 5.1.0 - Latest stable release | 3.0, 3.1 (default) |
87+
| 5.2.0 - Latest stable release | 3.0, 3.1, 2022-05-01 (default) |
88+
| 5.1.0 | 3.0, 3.1 (default) |
8989
| 5.0.0 | 3.0 |
9090

9191
API version can be selected by passing the [api_version][text_analytics_client] keyword argument into the client.

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.0b6"
6+
VERSION = "5.2.0"
77
DEFAULT_API_VERSION = "2022-05-01"
88
VERSIONS_SUPPORTED = ["v3.0", "v3.1", "2022-05-01"]

sdk/textanalytics/azure-ai-textanalytics/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These sample programs show common scenarios for the Text Analytics client's offe
4545
1. Install the Azure Text Analytics client library for Python with [pip][pip]:
4646

4747
```bash
48-
pip install azure-ai-textanalytics --pre
48+
pip install azure-ai-textanalytics
4949
```
5050
For more information about how the versioning story of the SDK corresponds to the versioning story of the service's API, see [here][versioning_story_readme].
5151

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
author_email='azpysdkhelp@microsoft.com',
4646
url='https://github.com/Azure/azure-sdk-for-python',
4747
classifiers=[
48-
"Development Status :: 4 - Beta",
48+
"Development Status :: 5 - Production/Stable",
4949
'Programming Language :: Python',
5050
"Programming Language :: Python :: 3 :: Only",
5151
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)