From cc5c3c58f91c7fb29e7edf575cfcb48f21e2a782 Mon Sep 17 00:00:00 2001 From: xinyupang Date: Tue, 20 Aug 2024 10:36:36 +0800 Subject: [PATCH] bump version 0.3.55 --- 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 31b84c6338c..f827e24ca45 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -4,6 +4,9 @@ Release History =============== upcoming ++++++ + +0.3.55 +++++++ * 'az containerapp create': Support --registry-identity to use Environment identity for ACR authentication. * 'az containerapp job create': Support --registry-identity to use Environment identity for ACR authentication. * 'az containerapp registry set': Support --identity to use Environment identity for ACR authentication. diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 9e5d3e90fd3..2aaf5f0c1b5 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -28,7 +28,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.3.54' +VERSION = '0.3.55' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers