Updated version of SDK.
This commit is contained in:
Родитель
4e3da0c41f
Коммит
2cd31c386e
|
@ -12,7 +12,7 @@ if sys.version_info >= (3, 0):
|
||||||
|
|
||||||
# set up internal context
|
# set up internal context
|
||||||
internal_context = contracts.Internal()
|
internal_context = contracts.Internal()
|
||||||
internal_context.sdk_version = platform_moniker + ':0.9.0'
|
internal_context.sdk_version = platform_moniker + ':0.10.0'
|
||||||
|
|
||||||
class TelemetryChannel(object):
|
class TelemetryChannel(object):
|
||||||
"""The telemetry channel is responsible for constructing a :class:`contracts.Envelope` object from the passed in
|
"""The telemetry channel is responsible for constructing a :class:`contracts.Envelope` object from the passed in
|
||||||
|
|
|
@ -59,9 +59,9 @@ copyright = '2014, Microsoft'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.9.0'
|
version = '0.10.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.9.0'
|
release = '0.10.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||||
# the version across setup.py and the project code, see
|
# the version across setup.py and the project code, see
|
||||||
# http://packaging.python.org/en/latest/tutorial.html#version
|
# http://packaging.python.org/en/latest/tutorial.html#version
|
||||||
version='0.9.0',
|
version='0.10.0',
|
||||||
|
|
||||||
description='This project extends the Application Insights API surface to support Python.',
|
description='This project extends the Application Insights API surface to support Python.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче