From 2e3db8a179ee97a9a3807a9d32e31fe1888e0c1c Mon Sep 17 00:00:00 2001 From: Silas Strawn Date: Wed, 14 Sep 2022 10:33:54 -0700 Subject: [PATCH] bump version --- src/containerapp/HISTORY.rst | 3 +++ src/containerapp/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index d88b1949398..bcebdcb4589 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -3,6 +3,9 @@ Release History =============== +0.3.12 +++++++ + 0.3.11 ++++++ * Add keda scale rule parameters to 'az containerapp create', 'az containerapp update' and 'az containerapp revision copy' diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index bc78513c85a..435dd37997f 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.11' +VERSION = '0.3.12' # The full list of classifiers is available at