From 9d1d760660bb1155ebfd60a4997ea562b7877c54 Mon Sep 17 00:00:00 2001 From: AllyW Date: Fri, 7 Jul 2023 13:36:01 +0800 Subject: [PATCH] release v0.1.53 (#403) --- HISTORY.rst | 4 ++++ azdev/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 88a44948..8bfcfa13 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.1.53 +++++++ +* `azdev command-change meta-export`: Add rule link (#402) + 0.1.52 ++++++ * Fix cmdcov issue(#396): Fix the regex which to get the command group diff --git a/azdev/__init__.py b/azdev/__init__.py index fc526619..ffbeb62a 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.1.52' +__VERSION__ = '0.1.53'