Skip to content

Commit

Permalink
bump (#35555)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenttran-msft authored May 9, 2024
1 parent 7e70f4b commit dd7fd47
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 9 deletions.
5 changes: 5 additions & 0 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 12.21.0b1 (Unreleased)

### Features Added


## 12.20.0 (2024-05-07)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.20.0"
VERSION = "12.21.0b1"
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:/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
5 changes: 5 additions & 0 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 12.16.0b1 (Unreleased)

### Features Added


## 12.15.0 (2024-05-07)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.15.0"
VERSION = "12.16.0b1"
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
url='https:/Azure/azure-sdk-for-python',
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 All @@ -78,7 +78,7 @@
python_requires=">=3.8",
install_requires=[
"azure-core>=1.28.0",
"azure-storage-blob>=12.20.0",
"azure-storage-blob>=12.21.0b1",
"typing-extensions>=4.6.0",
"isodate>=0.6.1"
],
Expand Down
5 changes: 5 additions & 0 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 12.17.0b1 (Unreleased)

### Features Added


## 12.16.0 (2024-05-07)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.16.0"
VERSION = "12.17.0b1"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
url='https:/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
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
5 changes: 5 additions & 0 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 12.11.0b1 (Unreleased)

### Features Added


## 12.10.0 (2024-05-07)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.10.0"
VERSION = "12.11.0b1"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
url='https:/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue',
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

0 comments on commit dd7fd47

Please sign in to comment.