Skip to content

Commit f9371aa

Browse files
authored
Increment package version after release of azure-mixedreality-authentication (#21745)
1 parent 1ec075f commit f9371aa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md

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

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

515
### Features Added

sdk/mixedreality/azure-mixedreality-authentication/azure/mixedreality/authentication/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# --------------------------------------------------------------------------
66

77
# matches SEMVER
8-
VERSION = "1.0.0b1"
8+
VERSION = "1.0.0b2"
99

1010
SDK_MONIKER = "mixedreality-authentication/{}".format(VERSION) # type: str

0 commit comments

Comments
 (0)