Skip to content

Commit f9ddf92

Browse files
[Storage] Bump version for upcoming preview release (Azure#29091)
1 parent 39d9eba commit f9ddf92

File tree

12 files changed

+32
-8
lines changed

12 files changed

+32
-8
lines changed

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

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

3+
## 12.16.0b1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.15.0 (2023-02-22)
410

511
### Features Added

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.15.0"
7+
VERSION = "12.16.0b1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
author_email='[email protected]',
5656
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
5757
classifiers=[
58-
"Development Status :: 5 - Production/Stable",
58+
"Development Status :: 4 - Beta",
5959
'Programming Language :: Python',
6060
"Programming Language :: Python :: 3 :: Only",
6161
'Programming Language :: Python :: 3',

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

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

3+
## 12.11.0b1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.10.0 (2023-02-22)
410

511
### Features Added

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.10.0"
7+
VERSION = "12.11.0b1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
author_email='[email protected]',
5757
url='https://github.com/Azure/azure-sdk-for-python',
5858
classifiers=[
59-
"Development Status :: 5 - Production/Stable",
59+
"Development Status :: 4 - Beta",
6060
'Programming Language :: Python',
6161
"Programming Language :: Python :: 3 :: Only",
6262
'Programming Language :: Python :: 3',

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

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

3+
## 12.12.0b1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.11.0 (2023-02-22)
410

511
### Features Added

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.11.0"
7+
VERSION = "12.12.0b1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
author_email='[email protected]',
4545
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
4646
classifiers=[
47-
"Development Status :: 5 - Production/Stable",
47+
"Development Status :: 4 - Beta",
4848
'Programming Language :: Python',
4949
"Programming Language :: Python :: 3 :: Only",
5050
'Programming Language :: Python :: 3',

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

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

3+
## 12.7.0b1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
39
## 12.6.0 (2023-02-22)
410

511
### Features Added

0 commit comments

Comments
 (0)