Skip to content

Commit 3dd05b5

Browse files
committed
Merge branch 'hallvictoria/worker-code-mirror' of https://github.com/Azure/azure-functions-python-worker into hallvictoria/worker-code-mirror
2 parents 790bdf5 + 9022435 commit 3dd05b5

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.26.0'
4+
VERSION = '4.29.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"azure_functions_worker._thirdparty",
7272
]
7373

74-
INSTALL_REQUIRES = ["azure-functions==1.20.0b4", "python-dateutil~=2.8.2"]
74+
INSTALL_REQUIRES = ["azure-functions==1.20.0", "python-dateutil~=2.8.2"]
7575

7676
if sys.version_info[:2] == (3, 7):
7777
INSTALL_REQUIRES.extend(

0 commit comments

Comments
 (0)