File tree 9 files changed +19
-7
lines changed
azure-storage-file-datalake
azure/storage/filedatalake
9 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.26.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.25.0 (2025-03-11)
4
8
5
9
### Features Added
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.25.0 "
7
+ VERSION = "12.26.0b1 "
Original file line number Diff line number Diff line change 56
56
url = 'https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob' ,
57
57
keywords = "azure, azure sdk" ,
58
58
classifiers = [
59
- 'Development Status :: 5 - Production/Stable ' ,
59
+ 'Development Status :: 4 - Beta ' ,
60
60
'Programming Language :: Python' ,
61
61
'Programming Language :: Python :: 3 :: Only' ,
62
62
'Programming Language :: Python :: 3' ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.20.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.19.0 (2025-03-11)
4
8
5
9
### Features Added
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.19.0 "
7
+ VERSION = "12.20.0b1 "
Original file line number Diff line number Diff line change 57
57
url = 'https://github.com/Azure/azure-sdk-for-python' ,
58
58
keywords = "azure, azure sdk" ,
59
59
classifiers = [
60
- 'Development Status :: 5 - Production/Stable ' ,
60
+ 'Development Status :: 4 - Beta ' ,
61
61
'Programming Language :: Python' ,
62
62
'Programming Language :: Python :: 3 :: Only' ,
63
63
'Programming Language :: Python :: 3' ,
78
78
python_requires = ">=3.8" ,
79
79
install_requires = [
80
80
"azure-core>=1.30.0" ,
81
- "azure-storage-blob>=12.25.0 " ,
81
+ "azure-storage-blob>=12.26.0b1 " ,
82
82
"typing-extensions>=4.6.0" ,
83
83
"isodate>=0.6.1"
84
84
],
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 12.22.0b1 (Unreleased)
4
+
5
+ ### Features Added
6
+
3
7
## 12.21.0 (2025-03-11)
4
8
5
9
### Features Added
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "12.21.0 "
7
+ VERSION = "12.22.0b1 "
Original file line number Diff line number Diff line change 45
45
url = 'https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share' ,
46
46
keywords = "azure, azure sdk" ,
47
47
classifiers = [
48
- 'Development Status :: 5 - Production/Stable ' ,
48
+ 'Development Status :: 4 - Beta ' ,
49
49
'Programming Language :: Python' ,
50
50
'Programming Language :: Python :: 3 :: Only' ,
51
51
'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments