Skip to content

Commit 7e8420e

Browse files
Increment versions after STG 97 GA (Azure#40026)
1 parent 6eafa7a commit 7e8420e

File tree

9 files changed

+19
-7
lines changed

9 files changed

+19
-7
lines changed

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

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

3+
## 12.26.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.25.0 (2025-03-11)
48

59
### Features Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.25.0"
7+
VERSION = "12.26.0b1"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
5757
keywords="azure, azure sdk",
5858
classifiers=[
59-
'Development Status :: 5 - Production/Stable',
59+
'Development Status :: 4 - Beta',
6060
'Programming Language :: Python',
6161
'Programming Language :: Python :: 3 :: Only',
6262
'Programming Language :: Python :: 3',

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

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

3+
## 12.20.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.19.0 (2025-03-11)
48

59
### Features Added

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.19.0"
7+
VERSION = "12.20.0b1"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
url='https://github.com/Azure/azure-sdk-for-python',
5858
keywords="azure, azure sdk",
5959
classifiers=[
60-
'Development Status :: 5 - Production/Stable',
60+
'Development Status :: 4 - Beta',
6161
'Programming Language :: Python',
6262
'Programming Language :: Python :: 3 :: Only',
6363
'Programming Language :: Python :: 3',
@@ -78,7 +78,7 @@
7878
python_requires=">=3.8",
7979
install_requires=[
8080
"azure-core>=1.30.0",
81-
"azure-storage-blob>=12.25.0",
81+
"azure-storage-blob>=12.26.0b1",
8282
"typing-extensions>=4.6.0",
8383
"isodate>=0.6.1"
8484
],

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

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

3+
## 12.22.0b1 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.21.0 (2025-03-11)
48

59
### Features Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.21.0"
7+
VERSION = "12.22.0b1"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
4646
keywords="azure, azure sdk",
4747
classifiers=[
48-
'Development Status :: 5 - Production/Stable',
48+
'Development Status :: 4 - Beta',
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 3 :: Only',
5151
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)