Merge pull request #42 from Microsoft/versionbumpto11

Bumping version to v11 in preparation for release
This commit is contained in:
Alex Bulankou 2017-08-11 17:06:50 -07:00 коммит произвёл GitHub
Родитель 6dc7f98025 586041f9c2
Коммит 53aa0f2457
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -12,7 +12,7 @@ if sys.version_info >= (3, 0):
# set up internal context
internal_context = contracts.Internal()
internal_context.sdk_version = platform_moniker + ':0.10.0'
internal_context.sdk_version = platform_moniker + ':0.11.0'
class TelemetryChannel(object):
"""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.
#
# The short X.Y version.
version = '0.10.0'
version = '0.11.0'
# The full version, including alpha/beta/rc tags.
release = '0.10.0'
release = '0.11.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Просмотреть файл

@ -14,7 +14,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.10.0',
version='0.11.0',
description='This project extends the Application Insights API surface to support Python.',
long_description=long_description,