Skip to content

Commit d80bcf3

Browse files
bumped versions after jan 22 patch release (Azure#39355)
1 parent 70470de commit d80bcf3

File tree

7 files changed

+16
-4
lines changed

7 files changed

+16
-4
lines changed

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

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

3+
## 12.25.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.24.1 (2025-01-22)
48

59
### Bugs Fixed

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.24.1"
7+
VERSION = "12.25.0b1"

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

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

3+
## 12.19.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.18.1 (2025-01-22)
48

59
### Bugs Fixed

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_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.18.1"
7+
VERSION = "12.19.0b1"

sdk/storage/azure-storage-file-datalake/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
python_requires=">=3.8",
7979
install_requires=[
8080
"azure-core>=1.30.0",
81-
"azure-storage-blob>=12.24.1",
81+
"azure-storage-blob>=12.25.0b1",
8282
"typing-extensions>=4.6.0",
8383
"isodate>=0.6.1"
8484
],

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

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

3+
## 12.21.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.20.1 (2025-01-22)
48

59
### Bugs Fixed

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.20.1"
7+
VERSION = "12.21.0b1"

0 commit comments

Comments
 (0)