Skip to content

Commit

Permalink
Publish storage-preview 0.2.7 (Azure#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingu authored Jun 17, 2019
1 parent 325179a commit bfd2c95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 4 additions & 5 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,11 +1593,10 @@
],
"storage-preview": [
{
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.6-py2.py3-none-any.whl",
"filename": "storage_preview-0.2.6-py2.py3-none-any.whl",
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.7-py2.py3-none-any.whl",
"filename": "storage_preview-0.2.7-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.maxCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.52",
"classifiers": [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -1634,9 +1633,9 @@
"metadata_version": "2.0",
"name": "storage-preview",
"summary": "Provides a preview for upcoming storage features.",
"version": "0.2.6"
"version": "0.2.7"
},
"sha256Digest": "ad919615fc9e136d5490aeed4213d1f6a5487eb8884d1101b94953de42505269"
"sha256Digest": "19c9a8430cbeca59b39eef2a7f82b7ed4a4160c7701ddd791228d6339ba5c69f"
}
],
"subscription": [
Expand Down
6 changes: 5 additions & 1 deletion src/storage-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
Release History
===============

0.2.7 (2019-6-14)
+++++++++++++++++
* Remove min_profile

0.2.6 (2019-5-28)
++++++++++++++++
+++++++++++++++++
* Update the max CLI core version as 2.0.66

0.2.5 (2019-5-1)
Expand Down
2 changes: 1 addition & 1 deletion src/storage-preview/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.2.6"
VERSION = "0.2.7"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit bfd2c95

Please sign in to comment.