diff --git a/HISTORY.rst b/HISTORY.rst index 07bb8d3a..831e611e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.1.26 +++++++ +* Support PEP420 package + 0.1.25 ++++++ * `azdev test`: new parameter --mark diff --git a/azdev/__init__.py b/azdev/__init__.py index d0be1f67..6238984f 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.1.25' +__VERSION__ = '0.1.26'