From 3efcb6a754b0f6beaf81460843c92e5693f9ca41 Mon Sep 17 00:00:00 2001 From: Limin Gu <48228819+limingu@users.noreply.github.com> Date: Wed, 1 May 2019 11:45:54 -0700 Subject: [PATCH] Release storage-preview 0.2.5 (#663) --- src/storage-preview/HISTORY.rst | 8 ++++++++ src/storage-preview/setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/storage-preview/HISTORY.rst b/src/storage-preview/HISTORY.rst index 1c532138c41..e81019d23b0 100644 --- a/src/storage-preview/HISTORY.rst +++ b/src/storage-preview/HISTORY.rst @@ -3,6 +3,14 @@ Release History =============== +0.2.5 (2019-5-1) ++++++++++++++++++ +* Release management policy + +0.2.4 (2019-4-11) ++++++++++++++++++ +* Release azcopy commands: `az storage azcopy blob sync` + 0.2.3 (2019-3-21) +++++++++++++++++ * Release initial azcopy commands: `az storage azcopy blob delete/upload/download` diff --git a/src/storage-preview/setup.py b/src/storage-preview/setup.py index 0b7febfbdac..2c5c377ad3e 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 = "0.2.4" +VERSION = "0.2.5" CLASSIFIERS = [ 'Development Status :: 4 - Beta',