Skip to content

Commit b8f7a18

Browse files
authored
Increment version for keyvault releases (Azure#19402)
1 parent 24b79ab commit b8f7a18

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

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

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

3+
## 4.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 4.0.0 (2021-06-22)
415
### Changed
516
- Key Vault API version 7.2 is now the default

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "4.0.0"
6+
VERSION = "4.0.1"

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

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

3+
## 4.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 4.3.0 (2021-06-22)
415
This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.
516
### Changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "4.3.0"
6+
VERSION = "4.3.1"

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

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

3+
## 4.4.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 4.4.0 (2021-06-22)
415
This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.
516
### Changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "4.4.0"
6+
VERSION = "4.4.1"

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

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

3+
## 4.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 4.3.0 (2021-06-22)
415
This is the last version to support Python 3.5. The next version will require Python 2.7 or 3.6+.
516
### Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "4.3.0"
6+
VERSION = "4.3.1"

0 commit comments

Comments
 (0)