Skip to content

Commit 999205c

Browse files
author
Hanzhang Zeng (Roger)
committed
Merge branch 'release/1.1.9'
2 parents a6a8664 + 07798f0 commit 999205c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pack/scripts/nix_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
python -m venv .env
44
source .env/bin/activate
5+
python -m pip install --upgrade pip
6+
57
python -m pip install .
68

79
python -m pip install . azure-functions --no-compile --target "$BUILD_SOURCESDIRECTORY/deps"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def run(self):
259259

260260
setup(
261261
name='azure-functions-worker',
262-
version='1.1.8',
262+
version='1.1.9',
263263
description='Python Language Worker for Azure Functions Host',
264264
author="Microsoft Corp.",
265265
author_email="azurefunctions@microsoft.com",

0 commit comments

Comments
 (0)