Skip to content

Commit e4da2ce

Browse files
authored
Increment package version after release of azure_identity (#12675)
1 parent 55985c4 commit e4da2ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/identity/azure-identity/CHANGELOG.md

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

3+
## 1.4.0b8 (Unreleased)
4+
5+
36
## 1.4.0b7 (2020-07-22)
47
- `DefaultAzureCredential` has a new optional keyword argument,
58
`visual_studio_code_tenant_id`, which sets the tenant the credential should

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.4.0b7"
5+
VERSION = "1.4.0b8"

0 commit comments

Comments
 (0)