We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1420418 commit ac94476Copy full SHA for ac94476
azure/functions/__init__.py
@@ -46,4 +46,4 @@
46
'WsgiMiddleware'
47
)
48
49
-__version__ = '1.2.0'
+__version__ = '1.2.1'
setup.py
@@ -6,6 +6,11 @@
6
name='azure-functions',
7
version=__version__,
8
description='Azure Functions for Python',
9
+ long_description='Python support for Azure Functions is based on '
10
+ 'Python3.[6|7|8], serverless hosting on Linux and the '
11
+ 'Functions 2.0 and 3.0 runtime. This module provides the '
12
+ 'rich binding definitions for Azure Functions for Python '
13
+ 'apps.',
14
author='Microsoft Corporation',
15
author_email='[email protected]',
16
classifiers=[
0 commit comments