Skip to content

Commit 73406cc

Browse files
authored
Increment package version after release of azure-keyvault-keys (Azure#19727)
1 parent 9c2a074 commit 73406cc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/keyvault/azure-keyvault-keys/CHANGELOG.md

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

3+
## 4.5.0b2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 4.5.0b1 (2021-07-08)
414
Beginning with this release, this library requires Python 2.7 or 3.6+.
515

sdk/keyvault/azure-keyvault-keys/azure/keyvault/keys/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "4.5.0b1"
6+
VERSION = "4.5.0b2"

0 commit comments

Comments
 (0)