Skip to content

Commit

Permalink
[Storage] Bump versions for upcoming GA release (#25982)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Sep 1, 2022
1 parent 581cf38 commit dd148d7
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 34 deletions.
5 changes: 5 additions & 0 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 12.14.0 (Unreleased)

### Features Added
- Stable release of features from 12.14.0b1 and 12.14.0b2.

## 12.14.0b2 (2022-08-30)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.14.0b2"
VERSION = "12.14.0"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
author_email='ascl@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
classifiers=[
"Development Status :: 4 - Beta",
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.9.0b2 (Unreleased)
## 12.9.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Stable release of features from 12.9.0b1.

## 12.9.0b1 (2022-08-23)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.9.0b2"
VERSION = "12.9.0"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
author_email='ascl@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python',
classifiers=[
"Development Status :: 4 - Beta",
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.10.0b2 (Unreleased)
## 12.10.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Stable release of features from 12.10.0b1.

## 12.10.0b1 (2022-08-23)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.10.0b2"
VERSION = "12.10.0"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
author_email='ascl@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
classifiers=[
"Development Status :: 4 - Beta",
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.5.0b2 (Unreleased)
## 12.5.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Stable release of features from 12.5.0b1.

## 12.5.0b1 (2022-08-23)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

VERSION = "12.5.0b2"
VERSION = "12.5.0"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
author_email='ascl@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue',
classifiers=[
"Development Status :: 4 - Beta",
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit dd148d7

Please sign in to comment.