From d392ae89c3da1ef2273c944f08c6c00dd0357903 Mon Sep 17 00:00:00 2001 From: xinyupang Date: Thu, 23 Jan 2025 17:29:44 +0800 Subject: [PATCH] release version 1.1.0b2 --- 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 a322117c4ed..26d67a5640c 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -4,6 +4,9 @@ Release History =============== upcoming ++++++ + +1.1.0b2 +++++++ * 'az containerapp create/update': Fix an issue about `--bind`/`--unbind` when the cloud is not AzureCloud. * 'az containerapp debug': Open an SSH-like interactive shell within a container app debug console. * 'az containerapp create': New target-label option for Labels revision mode. diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 5771c2465e8..a2cad349d4a 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 = '1.1.0b1' +VERSION = '1.1.0b2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers