Skip to content

Commit

Permalink
Identity changelog (Azure#31454)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
  • Loading branch information
xiangyan99 and pvaneck authored Aug 4, 2023
1 parent ace704c commit 3a6c7f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.14.0b3 (Unreleased)
## 1.14.0 (Unreleased)

### Features Added

Expand All @@ -14,8 +14,7 @@

### Bugs Fixed

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

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/azure/identity/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# ------------------------------------
VERSION = "1.14.0b3"
VERSION = "1.14.0"
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author_email="azpysdkhelp@microsoft.com",
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 3a6c7f4

Please sign in to comment.