Skip to content

Commit 8744c89

Browse files
authored
Update worker version to 1.1.5 (#741)
1 parent ff38583 commit 8744c89

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717

1818

1919
# TODO: change this to something more stable when available.
20-
WEBHOST_URL = ('https://ci.appveyor.com/api/buildjobs/19gqd7drpxhkedea'
21-
'/artifacts/Functions.Binaries.2.0.13036.no-runtime.zip')
20+
WEBHOST_URL = (
21+
'https://github.com/Azure/azure-functions-host/releases/download/'
22+
'/v2.0.14361/Functions.Binaries.2.0.14361.no-runtime.zip'
23+
)
2224

2325
# Extensions necessary for non-core bindings.
2426
AZURE_EXTENSIONS = """\
@@ -256,7 +258,7 @@ def run(self):
256258

257259
setup(
258260
name='azure-functions-worker',
259-
version='1.1.4',
261+
version='1.1.5',
260262
description='Python Language Worker for Azure Functions Host',
261263
long_description=long_description,
262264
long_description_content_type='text/markdown',
@@ -284,7 +286,7 @@ def run(self):
284286
],
285287
extras_require={
286288
'dev': [
287-
'azure-functions==1.3.0',
289+
'azure-functions==1.3.1',
288290
'azure-eventhub~=5.1.0',
289291
'python-dateutil~=2.8.1',
290292
'flake8~=3.7.9',

0 commit comments

Comments
 (0)