Skip to content

Commit aa94cbe

Browse files
GA release (Azure#38467)
* GA release * adding support to Python 3.12
1 parent dd7529c commit aa94cbe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

sdk/translation/azure-ai-translation-document/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-
## 1.1.0b2 (Unreleased)
3+
## 1.1.0 (2024-11-15)
44

55
### Other Changes
66
- Renamed SingleDocumentTranslationClient's API from `document_translate` to `translate`

sdk/translation/azure-ai-translation-document/azure/ai/translation/document/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.1.0b2"
9+
VERSION = "1.1.0"

sdk/translation/azure-ai-translation-document/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 4 - Beta",
41+
"Development Status :: 5 - Production/Stable",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.10",
4848
"Programming Language :: Python :: 3.11",
4949
"Programming Language :: Python :: 3.12",
50+
"Programming Language :: Python :: 3.13",
5051
"License :: OSI Approved :: MIT License",
5152
],
5253
zip_safe=False,

0 commit comments

Comments
 (0)