Skip to content

Commit 368091d

Browse files
authored
Increment version for identity releases (Azure#21268)
Increment package version after release of azure-identity
1 parent ab96d70 commit 368091d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/identity/azure-identity/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+
## 1.7.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.7.0 (2021-10-14)
414

515
### Breaking Changes

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.7.0"
5+
VERSION = "1.7.1"

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
author_email="azpysdkhelp@microsoft.com",
5353
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity",
5454
classifiers=[
55-
"Development Status :: 4 - Beta",
55+
"Development Status :: 5 - Production/Stable",
5656
"Programming Language :: Python",
5757
"Programming Language :: Python :: 2",
5858
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)