Skip to content

Commit 848256b

Browse files
Post-release prep (Azure#29640)
1 parent 1476cd7 commit 848256b

File tree

9 files changed

+36
-6
lines changed

9 files changed

+36
-6
lines changed

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

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

3+
## 12.16.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.16.0b1 (2023-03-28)
414

515
### 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.16.0b1"
7+
VERSION = "12.16.0"

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='ascl@microsoft.com',
5656
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
5757
classifiers=[
58-
"Development Status :: 4 - Beta",
58+
"Development Status :: 5 - Production/Stable",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.11.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.11.0b1 (2023-03-28)
414

515
### 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.11.0b1"
7+
VERSION = "12.11.0"

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='ascl@microsoft.com',
5757
url='https://github.com/Azure/azure-sdk-for-python',
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-share/CHANGELOG.md

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

3+
## 12.12.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.12.0b1 (2023-03-28)
414

515
### 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.12.0b1"
7+
VERSION = "12.12.0"

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='ascl@microsoft.com',
4545
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
4646
classifiers=[
47-
"Development Status :: 4 - Beta",
47+
"Development Status :: 5 - Production/Stable",
4848
'Programming Language :: Python',
4949
"Programming Language :: Python :: 3 :: Only",
5050
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)