This commit is contained in:
Alex Bulankou 2017-08-11 16:31:46 -07:00
Родитель c2e45618d2
Коммит 586041f9c2
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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.