Skip to content

Commit

Permalink
Update version (Azure#37597)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenttran-msft authored Sep 27, 2024
1 parent bfbd891 commit 59e903e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 12.24.0b1 (Unreleased)

### Features Added



## 12.23.1 (2024-09-25)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
keywords="azure, azure sdk",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
python_requires=">=3.8",
install_requires=[
"azure-core>=1.30.0",
"azure-storage-blob>=12.23.1",
"azure-storage-blob>=12.24.0b1",
"typing-extensions>=4.6.0",
"isodate>=0.6.1"
],
Expand Down

0 comments on commit 59e903e

Please sign in to comment.