Skip to content

Commit 3a6c7f4

Browse files
xiangyan99pvaneck
andauthored
Identity changelog (#31454)
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com> Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent ace704c commit 3a6c7f4

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.14.0b3 (Unreleased)
3+
## 1.14.0 (Unreleased)
44

55
### Features Added
66

@@ -14,8 +14,7 @@
1414

1515
### Bugs Fixed
1616

17-
- Credential types correctly implement `azure-core`'s `TokenCredential` protocol.
18-
([#25175](https://github.com/Azure/azure-sdk-for-python/issues/25175))
17+
- Credential types correctly implement `azure-core`'s `TokenCredential` protocol. ([#25175](https://github.com/Azure/azure-sdk-for-python/issues/25175))
1918

2019
### Other Changes
2120

sdk/identity/azure-identity/azure/identity/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44
# ------------------------------------
5-
VERSION = "1.14.0b3"
5+
VERSION = "1.14.0"

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author_email="azpysdkhelp@microsoft.com",
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity",
3939
classifiers=[
40-
"Development Status :: 4 - Beta",
40+
"Development Status :: 5 - Production/Stable",
4141
"Programming Language :: Python",
4242
"Programming Language :: Python :: 3 :: Only",
4343
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)