From abc589196b721275203272c952e22aa7e051f928 Mon Sep 17 00:00:00 2001 From: Jianhui Harold Date: Fri, 24 Apr 2020 14:32:49 +0800 Subject: [PATCH] release 0.1.14 (#189) --- HISTORY.rst | 8 ++++++++ azdev/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5655d49a..3bf2be9e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ Release History =============== + +0.1.14 +++++++ +* Refine the logic of testing against different profiles with `ProfileContext` +* pytest version limit change to pytest>=4.4.0 +* Use `AzureDevOpsContext` to apply incremental test strategy +* Refine the main flow of azdev test to be more compact and clean + 0.1.13 ++++++ * azdev verify license: fix bug that license verification will omit files while checking extensions diff --git a/azdev/__init__.py b/azdev/__init__.py index 708c9178..3901bff7 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.1.13' +__VERSION__ = '0.1.14'