From 70cb2d2a7585cd39ffd7e036f4bb83ac1398156c Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:27:52 +0800 Subject: [PATCH] update version --- src/storage-preview/HISTORY.rst | 4 ++++ src/storage-preview/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/storage-preview/HISTORY.rst b/src/storage-preview/HISTORY.rst index 191458f144a..189f63e4319 100644 --- a/src/storage-preview/HISTORY.rst +++ b/src/storage-preview/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +1.0.0b2(2024-07-05) +++++++++++++++++++ +* Bump azure_mgmt_storage to 2023-05-01 for new features + 1.0.0b1(2023-08-11) ++++++++++++++++++ * `az storage account migration start/show`: Support start and show storage account migration diff --git a/src/storage-preview/setup.py b/src/storage-preview/setup.py index 6d959552966..f9d5575d403 100644 --- a/src/storage-preview/setup.py +++ b/src/storage-preview/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "1.0.0b1" +VERSION = "1.0.0b2" CLASSIFIERS = [ 'Development Status :: 4 - Beta',