Skip to content

Bumping up the version to 1.1.6 #748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
from setuptools.command import develop


# TODO: change this to something more stable when available.
# TODO: Change this to something more stable when available.
# TODO: Change this to use 3.x
WEBHOST_URL = (
'https://github.com/Azure/azure-functions-host/releases/download/'
'https://github.com/Azure/azure-functions-host/releases/download'
'/v2.0.14361/Functions.Binaries.2.0.14361.no-runtime.zip'
)

Expand Down Expand Up @@ -258,7 +259,7 @@ def run(self):

setup(
name='azure-functions-worker',
version='1.1.5',
version='1.1.6',
description='Python Language Worker for Azure Functions Host',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -286,7 +287,7 @@ def run(self):
],
extras_require={
'dev': [
'azure-functions==1.3.1',
'azure-functions==1.4.0',
'azure-eventhub~=5.1.0',
'python-dateutil~=2.8.1',
'flake8~=3.7.9',
Expand Down