Skip to content

Commit 34246af

Browse files
Bump (#35232)
1 parent 5593ce6 commit 34246af

File tree

14 files changed

+35
-10
lines changed

14 files changed

+35
-10
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 12.0.0b6 (Unreleased)
4+
5+
### Features Added
6+
7+
38
## 12.0.0b5 (2024-04-16)
49

510
This version and all future versions will require Python 3.8+. Python 3.6 and 3.7 are no longer supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.0.0b5"
7+
VERSION = "12.0.0b6"

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 12.20.0 (Unreleased)
4+
5+
### Features Added
6+
7+
38
## 12.20.0b1 (2024-04-16)
49

510
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

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

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

Lines changed: 1 addition & 1 deletion
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 :: 4 - Beta',
59+
'Development Status :: 5 - Production/Stable',
6060
'Programming Language :: Python',
6161
'Programming Language :: Python :: 3 :: Only',
6262
'Programming Language :: Python :: 3',

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 12.15.0 (Unreleased)
4+
5+
### Features Added
6+
7+
38
## 12.15.0b1 (2024-04-16)
49

510
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.15.0b1"
7+
VERSION = "12.15.0"

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

Lines changed: 2 additions & 2 deletions
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 :: 4 - Beta',
60+
'Development Status :: 5 - Production/Stable',
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.28.0",
81-
"azure-storage-blob>=12.20.0b1",
81+
"azure-storage-blob>=12.20.0",
8282
"typing-extensions>=4.6.0",
8383
"isodate>=0.6.1"
8484
],

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 12.16.0 (Unreleased)
4+
5+
### Features Added
6+
7+
38
## 12.16.0b1 (2024-04-16)
49

510
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.16.0b1"
7+
VERSION = "12.16.0"

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

Lines changed: 1 addition & 1 deletion
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 :: 4 - Beta',
48+
'Development Status :: 5 - Production/Stable',
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 3 :: Only',
5151
'Programming Language :: Python :: 3',

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 12.10.0 (Unreleased)
4+
5+
### Features Added
6+
7+
38
## 12.10.0b1 (2024-04-16)
49

510
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.10.0b1"
7+
VERSION = "12.10.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue',
4747
keywords="azure, azure sdk",
4848
classifiers=[
49-
'Development Status :: 4 - Beta',
49+
'Development Status :: 5 - Production/Stable',
5050
'Programming Language :: Python',
5151
"Programming Language :: Python :: 3 :: Only",
5252
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)