diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index 2d4ca50a531..821596abbcf 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -3,6 +3,9 @@ Release History =============== +0.3.7 +++++++ + 0.3.6 ++++++ * BREAKING CHANGE: 'az containerapp revision list' now shows only active revisions by default, added flag --all to show all revisions diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 3f77d75230e..6663c882dd6 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -17,7 +17,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.3.6' +VERSION = '0.3.7' # The full list of classifiers is available at