We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.1.0b2
1 parent ff48ca5 commit 628bf37Copy full SHA for 628bf37
src/containerapp/HISTORY.rst
@@ -4,6 +4,9 @@ Release History
4
===============
5
upcoming
6
++++++
7
+
8
+1.1.0b2
9
+++++++
10
* 'az containerapp create/update': Fix an issue about `--bind`/`--unbind` when the cloud is not AzureCloud.
11
* 'az containerapp debug': Open an SSH-like interactive shell within a container app debug console.
12
* 'az containerapp create': New target-label option for Labels revision mode.
src/containerapp/setup.py
@@ -28,7 +28,7 @@
28
# TODO: Confirm this is the right version number you want and it matches your
29
# HISTORY.rst entry.
30
31
-VERSION = '1.1.0b1'
+VERSION = '1.1.0b2'
32
33
# The full list of classifiers is available at
34
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments