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'