Skip to content

Commit be1328c

Browse files
authored
Increment version for storage releases (Azure#23444)
1 parent 86e5912 commit be1328c

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

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

3+
## 12.10.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.10.0 (2022-03-08)
414

515
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

sdk/storage/azure-storage-blob/azure/storage/blob/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.10.0"
7+
VERSION = "12.10.1"

sdk/storage/azure-storage-file-share/CHANGELOG.md

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

3+
## 12.7.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.7.0 (2022-03-08)
414

515
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.7.0"
7+
VERSION = "12.7.1"

sdk/storage/azure-storage-queue/CHANGELOG.md

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

3+
## 12.2.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.2.0 (2022-03-08)
414

515
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

sdk/storage/azure-storage-queue/azure/storage/queue/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "12.2.0"
12+
VERSION = "12.2.1"

0 commit comments

Comments
 (0)