Bumping version to v11
This commit is contained in:
Родитель
c2e45618d2
Коммит
586041f9c2
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче