From 3926bdf421d16145020d2d1ec7189361a2040caf Mon Sep 17 00:00:00 2001 From: MyronFanQiu <49134743+MyronFanQiu@users.noreply.github.com> Date: Fri, 10 Jul 2020 17:25:30 +0800 Subject: [PATCH] [Release] azdev 0.1.21 (#227) * Update __init__.py * Update HISTORY.rst --- HISTORY.rst | 5 +++++ azdev/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 22d95faa..8e0be2da 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== +0.1.21 +++++++ +* Fix isort package version to 4.3.21. +* `azdev perf benchmark`: support new command to calculate each command execution time. + 0.1.20 ++++++ * `azdev setup`: Fix missing dependencies of azure-cli-testsdk diff --git a/azdev/__init__.py b/azdev/__init__.py index 20a1426e..6b2c2be7 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.1.20' +__VERSION__ = '0.1.21'