From 267722013007c85441bce3833dd9a57fd99e225b Mon Sep 17 00:00:00 2001 From: Kai Ru Date: Tue, 11 Oct 2022 11:54:35 +0800 Subject: [PATCH 1/2] release v0.1.39 --- HISTORY.rst | 4 ++++ azdev/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3def04a2a..a015e2989 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.1.39 +++++++ +* Fix package issues `No module named 'azdev.operations.statistics'`(#345) + 0.1.38 ++++++ * `azdev statistics list-command-table`: List Command table for CLI modules (#342) diff --git a/azdev/__init__.py b/azdev/__init__.py index f0d389a60..201ffd199 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.1.38' +__VERSION__ = '0.1.39' From 763b0cc30de2b4f1b74e5aa6759a595de9b14b21 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Tue, 11 Oct 2022 12:39:35 +0800 Subject: [PATCH 2/2] Update HISTORY.rst --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a015e2989..64d87c961 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ Release History 0.1.39 ++++++ -* Fix package issues `No module named 'azdev.operations.statistics'`(#345) +* Fix package issues (#345) 0.1.38 ++++++