Skip to content

Commit

Permalink
Update version (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn-ys committed Jan 17, 2022
1 parent 7fc8182 commit f6aa6d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/storage-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Release History
===============
0.8.0
0.8.0(2022-01-17)
++++++++++++++++++
* Remove `az storage account file-service-properties` as SMB multichannel and secured SMB has been supported in main Azure CLI
* Remove `az storage account blob-inventory-policy` as it is supported in main Azure CLI
* `az storage account local-user`: Add support for local user
* `az storage account create/update`: Support `--enable-sftp`, `--enable-local-user`, `--sam-account-name` and `--account-type`

0.7.3(2021-05-20)
++++++++++++++++++
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.7.4"
VERSION = "0.8.0"

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

0 comments on commit f6aa6d8

Please sign in to comment.