Skip to content

Commit c3aafca

Browse files
authored
Increment version for storage releases (#26761)
Increment package version after release of azure-storage-file-share
1 parent f7ca14b commit c3aafca

File tree

12 files changed

+48
-8
lines changed

12 files changed

+48
-8
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.14.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.14.0 (2022-10-11)
414

515
### Features Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.14.0"
7+
VERSION = "12.14.1"

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

+1-1
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 :: 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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.9.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.9.0 (2022-10-11)
414

515
### Features Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.9.0"
7+
VERSION = "12.9.1"

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

+1-1
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 :: 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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.10.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.10.0 (2022-10-11)
414

515
### Features Added

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

+1-1
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.10.1"

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

+1-1
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 :: 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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 12.5.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.5.0 (2022-10-11)
414

515
### Features Added

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.5.0"
7+
VERSION = "12.5.1"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
author_email='[email protected]',
4646
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue',
4747
classifiers=[
48-
'Development Status :: 5 - Production/Stable',
48+
"Development Status :: 5 - Production/Stable",
4949
'Programming Language :: Python',
5050
"Programming Language :: Python :: 3 :: Only",
5151
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)