Skip to content

Commit 0f93fad

Browse files
Bump version after stg90 public preview release (Azure#31533)
1 parent 486b171 commit 0f93fad

File tree

12 files changed

+25
-9
lines changed

12 files changed

+25
-9
lines changed

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

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

3+
## 12.18.0 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.18.0b1 (2023-08-08)
48

59
### 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.18.0b1"
7+
VERSION = "12.18.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='[email protected]',
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 12.13.0 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.13.0b1 (2023-08-08)
48

59
### 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.13.0b1"
7+
VERSION = "12.13.0"

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

Lines changed: 2 additions & 2 deletions
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 :: 4 - Beta',
59+
'Development Status :: 5 - Production/Stable',
6060
'Programming Language :: Python',
6161
'Programming Language :: Python :: 3 :: Only',
6262
'Programming Language :: Python :: 3',
@@ -76,7 +76,7 @@
7676
python_requires=">=3.7",
7777
install_requires=[
7878
"azure-core<2.0.0,>=1.28.0",
79-
"azure-storage-blob<13.0.0,>=12.18.0b1",
79+
"azure-storage-blob<13.0.0,>=12.18.0",
8080
"typing-extensions>=4.3.0",
8181
"isodate>=0.6.1"
8282
],

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

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

3+
## 12.14.0 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.14.0b1 (2023-08-08)
48

59
### 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.14.0b1"
7+
VERSION = "12.14.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='[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 :: 4 - Beta',
47+
'Development Status :: 5 - Production/Stable',
4848
'Programming Language :: Python',
4949
'Programming Language :: Python :: 3 :: Only',
5050
'Programming Language :: Python :: 3',

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

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

3+
## 12.7.0 (Unreleased)
4+
5+
### Features Added
6+
37
## 12.7.0b1 (2023-08-08)
48

59
### Other Changes

0 commit comments

Comments
 (0)