Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bumped changelogs, serialize, version, and setup for STG 94
  • Loading branch information
weirongw23-msft committed Apr 2, 2024
commit c005f56194f0def54b1a5f5ef19416a21c5ae2ae
2 changes: 2 additions & 0 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release History

## 12.21.0b1 (Unreleased)

## 12.20.0b1 (Unreleased)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
'2023-08-03',
'2023-11-03',
'2024-05-04',
'2024-08-04',
]


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

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

## 12.16.0b1 (Unreleased)

## 12.15.0b1 (Unreleased)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'2023-08-03',
'2023-11-03',
'2024-05-04',
'2024-08-04',
] # This list must be in chronological order!


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

VERSION = "12.15.0b1"
VERSION = "12.16.0b1"
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.28.0",
"azure-storage-blob>=12.20.0b1",
"azure-storage-blob>=12.21.0b1",
"typing-extensions>=4.6.0",
"isodate>=0.6.1"
],
Expand Down
2 changes: 2 additions & 0 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release History

## 12.17.0b1 (Unreleased)

## 12.16.0b1 (Unreleased)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'2023-08-03',
'2023-11-03',
'2024-05-04',
'2024-08-04',
]


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

VERSION = "12.16.0b1"
VERSION = "12.17.0b1"
2 changes: 2 additions & 0 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release History

## 12.11.0b1 (Unreleased)

## 12.10.0b1 (Unreleased)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'2020-08-04',
'2020-10-02',
'2021-02-12',
'2024-08-04',
]


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

VERSION = "12.10.0b1"
VERSION = "12.11.0b1"