Skip to content

Commit 8a4678c

Browse files
authored
Increment package version after release of azure-identity (#18710)
1 parent 0fa5695 commit 8a4678c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/identity/azure-identity/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.6.1 (Unreleased)
4+
5+
36
## 1.6.0 (2021-05-13)
47
This is the last version to support Python 3.5. The next version will require
58
Python 2.7 or 3.6+.

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

+1-1
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.6.0"
5+
VERSION = "1.6.1"

0 commit comments

Comments
 (0)