Skip to content

Commit 5d20ca2

Browse files
azure-sdkallenkim0129
authored andcommitted
Increment package version after release of azure-identity-broker (Azure#38337)
1 parent c78ea56 commit 5d20ca2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/identity/azure-identity-broker/CHANGELOG.md

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

3+
## 1.3.0b2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.3.0b1 (2024-11-05)
414

515
### Features Added

sdk/identity/azure-identity-broker/azure/identity/broker/_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.3.0b1"
5+
VERSION = "1.3.0b2"

sdk/identity/azure-identity-broker/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity-broker",
4242
keywords="azure, azure sdk",
4343
classifiers=[
44-
"Development Status :: 5 - Production/Stable",
44+
"Development Status :: 4 - Beta",
4545
"Programming Language :: Python",
4646
"Programming Language :: Python :: 3 :: Only",
4747
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)