Skip to content

Commit 592eec4

Browse files
committed
fix history and version
1 parent e8eefda commit 592eec4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/containerapp/HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ upcoming
66
++++++
77
* 'az containerapp session code-interpreter execute': Extend maximum supported value of `--timeout-in-seconds` from 60 to 220.
88
* 'az containerapp job create': Fix message with `--help`
9+
* 'az containerapp arc': Enable setup custom core dns for Openshift on Arc
910

1011
1.2.0b1
1112
++++++

src/containerapp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# TODO: Confirm this is the right version number you want and it matches your
2929
# HISTORY.rst entry.
3030

31-
VERSION = '1.2.0b1'
31+
VERSION = '1.2.0b2'
3232

3333
# The full list of classifiers is available at
3434
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)