Skip to content

Commit 7136504

Browse files
Change versions to beta (Azure#21627)
* settings files * gitignore * update versions
1 parent 6f0041a commit 7136504

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

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

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

3+
## 12.7.0b1 (x-x-x)
4+
35
## 12.6.0 (2021-09-15)
46
**Stable release of preview features**
57
- Added support for service version 2020-10-02 (STG78)

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.6.0"
7+
VERSION = "12.7.0b1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
author_email='ascl@microsoft.com',
6060
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
6161
classifiers=[
62-
"Development Status :: 5 - Production/Stable",
62+
"Development Status :: 4 - Beta",
6363
'Programming Language :: Python',
6464
'Programming Language :: Python :: 2',
6565
'Programming Language :: Python :: 2.7',

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

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

3+
## 12.2.0b1 (x-x-x)
4+
35
## 12.1.6 (2021-04-20)
46
**Fixes**
57
- Make `AccountName`, `AccountKey` etc. in conn_str case insensitive

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "12.1.6"
12+
VERSION = "12.2.0b1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
author_email='ascl@microsoft.com',
6161
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-queue',
6262
classifiers=[
63-
"Development Status :: 5 - Production/Stable",
63+
"Development Status :: 4 - Beta",
6464
'Programming Language :: Python',
6565
'Programming Language :: Python :: 2',
6666
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)