diff --git a/HISTORY.rst b/HISTORY.rst index 3def04a2a..64d87c961 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.1.39 +++++++ +* Fix package issues (#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'