Skip to content

Commit 203fb4c

Browse files
hallvictoriaAzureFunctionsPython
andauthored
build: update Python Worker Version to 4.38.0 (#1696)
* build: update Python Worker Version to 4.38.0 * Update Proxy Worker version --------- Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent d2b3d30 commit 203fb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_functions_worker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = '4.36.1'
4+
VERSION = '4.38.0'

proxy_worker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = "4.36.1"
4+
VERSION = "4.38.0"

0 commit comments

Comments
 (0)