diff --git a/vsts/setup.py b/vsts/setup.py index 8ad057b7..a69d25a6 100644 --- a/vsts/setup.py +++ b/vsts/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages NAME = "vsts" -VERSION = "0.1.5" +VERSION = "0.1.6" # To install the library, run the following # diff --git a/vsts/vsts/core/v4_0/models/public_key.py b/vsts/vsts/core/v4_0/models/public_key.py index ca2af5f2..2ea0e151 100644 --- a/vsts/vsts/core/v4_0/models/public_key.py +++ b/vsts/vsts/core/v4_0/models/public_key.py @@ -13,14 +13,14 @@ class PublicKey(Model): """PublicKey. :param exponent: Gets or sets the exponent for the public key. - :type exponent: list of int + :type exponent: str :param modulus: Gets or sets the modulus for the public key. - :type modulus: list of int + :type modulus: str """ _attribute_map = { - 'exponent': {'key': 'exponent', 'type': '[int]'}, - 'modulus': {'key': 'modulus', 'type': '[int]'} + 'exponent': {'key': 'exponent', 'type': 'str'}, + 'modulus': {'key': 'modulus', 'type': 'str'} } def __init__(self, exponent=None, modulus=None): diff --git a/vsts/vsts/core/v4_1/models/public_key.py b/vsts/vsts/core/v4_1/models/public_key.py index ca2af5f2..2ea0e151 100644 --- a/vsts/vsts/core/v4_1/models/public_key.py +++ b/vsts/vsts/core/v4_1/models/public_key.py @@ -13,14 +13,14 @@ class PublicKey(Model): """PublicKey. :param exponent: Gets or sets the exponent for the public key. - :type exponent: list of int + :type exponent: str :param modulus: Gets or sets the modulus for the public key. - :type modulus: list of int + :type modulus: str """ _attribute_map = { - 'exponent': {'key': 'exponent', 'type': '[int]'}, - 'modulus': {'key': 'modulus', 'type': '[int]'} + 'exponent': {'key': 'exponent', 'type': 'str'}, + 'modulus': {'key': 'modulus', 'type': 'str'} } def __init__(self, exponent=None, modulus=None): diff --git a/vsts/vsts/file_container/v4_0/models/file_container_item.py b/vsts/vsts/file_container/v4_0/models/file_container_item.py index cd3b346d..5847395c 100644 --- a/vsts/vsts/file_container/v4_0/models/file_container_item.py +++ b/vsts/vsts/file_container/v4_0/models/file_container_item.py @@ -15,7 +15,7 @@ class FileContainerItem(Model): :param container_id: Container Id. :type container_id: long :param content_id: - :type content_id: list of int + :type content_id: str :param content_location: Download Url for the content of this item. :type content_location: str :param created_by: Creator. @@ -27,7 +27,7 @@ class FileContainerItem(Model): :param file_encoding: Encoding of the file. Zero if not a file. :type file_encoding: int :param file_hash: Hash value of the file. Null if not a file. - :type file_hash: list of int + :type file_hash: str :param file_id: Id of the file content. :type file_id: int :param file_length: Length of the file. Zero if not of a file. @@ -52,13 +52,13 @@ class FileContainerItem(Model): _attribute_map = { 'container_id': {'key': 'containerId', 'type': 'long'}, - 'content_id': {'key': 'contentId', 'type': '[int]'}, + 'content_id': {'key': 'contentId', 'type': 'str'}, 'content_location': {'key': 'contentLocation', 'type': 'str'}, 'created_by': {'key': 'createdBy', 'type': 'str'}, 'date_created': {'key': 'dateCreated', 'type': 'iso-8601'}, 'date_last_modified': {'key': 'dateLastModified', 'type': 'iso-8601'}, 'file_encoding': {'key': 'fileEncoding', 'type': 'int'}, - 'file_hash': {'key': 'fileHash', 'type': '[int]'}, + 'file_hash': {'key': 'fileHash', 'type': 'str'}, 'file_id': {'key': 'fileId', 'type': 'int'}, 'file_length': {'key': 'fileLength', 'type': 'long'}, 'file_type': {'key': 'fileType', 'type': 'int'}, diff --git a/vsts/vsts/file_container/v4_1/models/file_container_item.py b/vsts/vsts/file_container/v4_1/models/file_container_item.py index cd3b346d..5847395c 100644 --- a/vsts/vsts/file_container/v4_1/models/file_container_item.py +++ b/vsts/vsts/file_container/v4_1/models/file_container_item.py @@ -15,7 +15,7 @@ class FileContainerItem(Model): :param container_id: Container Id. :type container_id: long :param content_id: - :type content_id: list of int + :type content_id: str :param content_location: Download Url for the content of this item. :type content_location: str :param created_by: Creator. @@ -27,7 +27,7 @@ class FileContainerItem(Model): :param file_encoding: Encoding of the file. Zero if not a file. :type file_encoding: int :param file_hash: Hash value of the file. Null if not a file. - :type file_hash: list of int + :type file_hash: str :param file_id: Id of the file content. :type file_id: int :param file_length: Length of the file. Zero if not of a file. @@ -52,13 +52,13 @@ class FileContainerItem(Model): _attribute_map = { 'container_id': {'key': 'containerId', 'type': 'long'}, - 'content_id': {'key': 'contentId', 'type': '[int]'}, + 'content_id': {'key': 'contentId', 'type': 'str'}, 'content_location': {'key': 'contentLocation', 'type': 'str'}, 'created_by': {'key': 'createdBy', 'type': 'str'}, 'date_created': {'key': 'dateCreated', 'type': 'iso-8601'}, 'date_last_modified': {'key': 'dateLastModified', 'type': 'iso-8601'}, 'file_encoding': {'key': 'fileEncoding', 'type': 'int'}, - 'file_hash': {'key': 'fileHash', 'type': '[int]'}, + 'file_hash': {'key': 'fileHash', 'type': 'str'}, 'file_id': {'key': 'fileId', 'type': 'int'}, 'file_length': {'key': 'fileLength', 'type': 'long'}, 'file_type': {'key': 'fileType', 'type': 'int'}, diff --git a/vsts/vsts/gallery/v4_0/models/rating_count_per_rating.py b/vsts/vsts/gallery/v4_0/models/rating_count_per_rating.py index b0bf7c9a..6d6cd4b9 100644 --- a/vsts/vsts/gallery/v4_0/models/rating_count_per_rating.py +++ b/vsts/vsts/gallery/v4_0/models/rating_count_per_rating.py @@ -13,13 +13,13 @@ class RatingCountPerRating(Model): """RatingCountPerRating. :param rating: Rating value - :type rating: int + :type rating: str :param rating_count: Count of total ratings :type rating_count: long """ _attribute_map = { - 'rating': {'key': 'rating', 'type': 'int'}, + 'rating': {'key': 'rating', 'type': 'str'}, 'rating_count': {'key': 'ratingCount', 'type': 'long'} } diff --git a/vsts/vsts/gallery/v4_0/models/review.py b/vsts/vsts/gallery/v4_0/models/review.py index 9ba91f10..a38fda77 100644 --- a/vsts/vsts/gallery/v4_0/models/review.py +++ b/vsts/vsts/gallery/v4_0/models/review.py @@ -23,7 +23,7 @@ class Review(Model): :param product_version: Version of the product for which review was submitted :type product_version: str :param rating: Rating procided by the user - :type rating: int + :type rating: str :param reply: Reply, if any, for this review :type reply: :class:`ReviewReply ` :param text: Text description of the review @@ -44,7 +44,7 @@ class Review(Model): 'is_deleted': {'key': 'isDeleted', 'type': 'bool'}, 'is_ignored': {'key': 'isIgnored', 'type': 'bool'}, 'product_version': {'key': 'productVersion', 'type': 'str'}, - 'rating': {'key': 'rating', 'type': 'int'}, + 'rating': {'key': 'rating', 'type': 'str'}, 'reply': {'key': 'reply', 'type': 'ReviewReply'}, 'text': {'key': 'text', 'type': 'str'}, 'title': {'key': 'title', 'type': 'str'}, diff --git a/vsts/vsts/gallery/v4_1/models/rating_count_per_rating.py b/vsts/vsts/gallery/v4_1/models/rating_count_per_rating.py index b0bf7c9a..6d6cd4b9 100644 --- a/vsts/vsts/gallery/v4_1/models/rating_count_per_rating.py +++ b/vsts/vsts/gallery/v4_1/models/rating_count_per_rating.py @@ -13,13 +13,13 @@ class RatingCountPerRating(Model): """RatingCountPerRating. :param rating: Rating value - :type rating: int + :type rating: str :param rating_count: Count of total ratings :type rating_count: long """ _attribute_map = { - 'rating': {'key': 'rating', 'type': 'int'}, + 'rating': {'key': 'rating', 'type': 'str'}, 'rating_count': {'key': 'ratingCount', 'type': 'long'} } diff --git a/vsts/vsts/gallery/v4_1/models/review.py b/vsts/vsts/gallery/v4_1/models/review.py index ffa52f13..092c7c55 100644 --- a/vsts/vsts/gallery/v4_1/models/review.py +++ b/vsts/vsts/gallery/v4_1/models/review.py @@ -23,7 +23,7 @@ class Review(Model): :param product_version: Version of the product for which review was submitted :type product_version: str :param rating: Rating procided by the user - :type rating: int + :type rating: str :param reply: Reply, if any, for this review :type reply: :class:`ReviewReply ` :param text: Text description of the review @@ -44,7 +44,7 @@ class Review(Model): 'is_deleted': {'key': 'isDeleted', 'type': 'bool'}, 'is_ignored': {'key': 'isIgnored', 'type': 'bool'}, 'product_version': {'key': 'productVersion', 'type': 'str'}, - 'rating': {'key': 'rating', 'type': 'int'}, + 'rating': {'key': 'rating', 'type': 'str'}, 'reply': {'key': 'reply', 'type': 'ReviewReply'}, 'text': {'key': 'text', 'type': 'str'}, 'title': {'key': 'title', 'type': 'str'}, diff --git a/vsts/vsts/licensing/v4_0/models/client_rights_container.py b/vsts/vsts/licensing/v4_0/models/client_rights_container.py index 6f4bac01..1df6e821 100644 --- a/vsts/vsts/licensing/v4_0/models/client_rights_container.py +++ b/vsts/vsts/licensing/v4_0/models/client_rights_container.py @@ -13,13 +13,13 @@ class ClientRightsContainer(Model): """ClientRightsContainer. :param certificate_bytes: - :type certificate_bytes: list of int + :type certificate_bytes: str :param token: :type token: str """ _attribute_map = { - 'certificate_bytes': {'key': 'certificateBytes', 'type': '[int]'}, + 'certificate_bytes': {'key': 'certificateBytes', 'type': 'str'}, 'token': {'key': 'token', 'type': 'str'} } diff --git a/vsts/vsts/licensing/v4_1/models/client_rights_container.py b/vsts/vsts/licensing/v4_1/models/client_rights_container.py index 6f4bac01..1df6e821 100644 --- a/vsts/vsts/licensing/v4_1/models/client_rights_container.py +++ b/vsts/vsts/licensing/v4_1/models/client_rights_container.py @@ -13,13 +13,13 @@ class ClientRightsContainer(Model): """ClientRightsContainer. :param certificate_bytes: - :type certificate_bytes: list of int + :type certificate_bytes: str :param token: :type token: str """ _attribute_map = { - 'certificate_bytes': {'key': 'certificateBytes', 'type': '[int]'}, + 'certificate_bytes': {'key': 'certificateBytes', 'type': 'str'}, 'token': {'key': 'token', 'type': 'str'} } diff --git a/vsts/vsts/notification/v4_0/models/field_input_values.py b/vsts/vsts/notification/v4_0/models/field_input_values.py index fc37704e..4cfdea93 100644 --- a/vsts/vsts/notification/v4_0/models/field_input_values.py +++ b/vsts/vsts/notification/v4_0/models/field_input_values.py @@ -27,7 +27,7 @@ class FieldInputValues(InputValues): :param possible_values: Possible values that this input can take :type possible_values: list of :class:`InputValue ` :param operators: - :type operators: list of int + :type operators: str """ _attribute_map = { @@ -38,7 +38,7 @@ class FieldInputValues(InputValues): 'is_limited_to_possible_values': {'key': 'isLimitedToPossibleValues', 'type': 'bool'}, 'is_read_only': {'key': 'isReadOnly', 'type': 'bool'}, 'possible_values': {'key': 'possibleValues', 'type': '[InputValue]'}, - 'operators': {'key': 'operators', 'type': '[int]'} + 'operators': {'key': 'operators', 'type': 'str'} } def __init__(self, default_value=None, error=None, input_id=None, is_disabled=None, is_limited_to_possible_values=None, is_read_only=None, possible_values=None, operators=None): diff --git a/vsts/vsts/notification/v4_1/models/field_input_values.py b/vsts/vsts/notification/v4_1/models/field_input_values.py index f36b54ec..58ad4a3a 100644 --- a/vsts/vsts/notification/v4_1/models/field_input_values.py +++ b/vsts/vsts/notification/v4_1/models/field_input_values.py @@ -27,7 +27,7 @@ class FieldInputValues(InputValues): :param possible_values: Possible values that this input can take :type possible_values: list of :class:`InputValue ` :param operators: - :type operators: list of int + :type operators: str """ _attribute_map = { @@ -38,7 +38,7 @@ class FieldInputValues(InputValues): 'is_limited_to_possible_values': {'key': 'isLimitedToPossibleValues', 'type': 'bool'}, 'is_read_only': {'key': 'isReadOnly', 'type': 'bool'}, 'possible_values': {'key': 'possibleValues', 'type': '[InputValue]'}, - 'operators': {'key': 'operators', 'type': '[int]'} + 'operators': {'key': 'operators', 'type': 'str'} } def __init__(self, default_value=None, error=None, input_id=None, is_disabled=None, is_limited_to_possible_values=None, is_read_only=None, possible_values=None, operators=None): diff --git a/vsts/vsts/service_hooks/v4_0/models/subscription.py b/vsts/vsts/service_hooks/v4_0/models/subscription.py index e33a7ef1..148bfe38 100644 --- a/vsts/vsts/service_hooks/v4_0/models/subscription.py +++ b/vsts/vsts/service_hooks/v4_0/models/subscription.py @@ -37,7 +37,7 @@ class Subscription(Model): :param modified_date: :type modified_date: datetime :param probation_retries: - :type probation_retries: int + :type probation_retries: str :param publisher_id: :type publisher_id: str :param publisher_inputs: Publisher input values @@ -65,7 +65,7 @@ class Subscription(Model): 'id': {'key': 'id', 'type': 'str'}, 'modified_by': {'key': 'modifiedBy', 'type': 'IdentityRef'}, 'modified_date': {'key': 'modifiedDate', 'type': 'iso-8601'}, - 'probation_retries': {'key': 'probationRetries', 'type': 'int'}, + 'probation_retries': {'key': 'probationRetries', 'type': 'str'}, 'publisher_id': {'key': 'publisherId', 'type': 'str'}, 'publisher_inputs': {'key': 'publisherInputs', 'type': '{str}'}, 'resource_version': {'key': 'resourceVersion', 'type': 'str'}, diff --git a/vsts/vsts/service_hooks/v4_1/models/subscription.py b/vsts/vsts/service_hooks/v4_1/models/subscription.py index 31f3eecf..751de397 100644 --- a/vsts/vsts/service_hooks/v4_1/models/subscription.py +++ b/vsts/vsts/service_hooks/v4_1/models/subscription.py @@ -37,7 +37,7 @@ class Subscription(Model): :param modified_date: :type modified_date: datetime :param probation_retries: - :type probation_retries: int + :type probation_retries: str :param publisher_id: :type publisher_id: str :param publisher_inputs: Publisher input values @@ -65,7 +65,7 @@ class Subscription(Model): 'id': {'key': 'id', 'type': 'str'}, 'modified_by': {'key': 'modifiedBy', 'type': 'IdentityRef'}, 'modified_date': {'key': 'modifiedDate', 'type': 'iso-8601'}, - 'probation_retries': {'key': 'probationRetries', 'type': 'int'}, + 'probation_retries': {'key': 'probationRetries', 'type': 'str'}, 'publisher_id': {'key': 'publisherId', 'type': 'str'}, 'publisher_inputs': {'key': 'publisherInputs', 'type': '{str}'}, 'resource_version': {'key': 'resourceVersion', 'type': 'str'}, diff --git a/vsts/vsts/task_agent/v4_0/models/task_agent_message.py b/vsts/vsts/task_agent/v4_0/models/task_agent_message.py index c71063a8..f51c30e1 100644 --- a/vsts/vsts/task_agent/v4_0/models/task_agent_message.py +++ b/vsts/vsts/task_agent/v4_0/models/task_agent_message.py @@ -15,7 +15,7 @@ class TaskAgentMessage(Model): :param body: Gets or sets the body of the message. If the IV property is provided the body will need to be decrypted using the TaskAgentSession.EncryptionKey value in addition to the IV. :type body: str :param iV: Gets or sets the intialization vector used to encrypt this message. - :type iV: list of int + :type iV: str :param message_id: Gets or sets the message identifier. :type message_id: long :param message_type: Gets or sets the message type, describing the data contract found in TaskAgentMessage.Body. @@ -24,7 +24,7 @@ class TaskAgentMessage(Model): _attribute_map = { 'body': {'key': 'body', 'type': 'str'}, - 'iV': {'key': 'iV', 'type': '[int]'}, + 'iV': {'key': 'iV', 'type': 'str'}, 'message_id': {'key': 'messageId', 'type': 'long'}, 'message_type': {'key': 'messageType', 'type': 'str'} } diff --git a/vsts/vsts/task_agent/v4_0/models/task_agent_public_key.py b/vsts/vsts/task_agent/v4_0/models/task_agent_public_key.py index ef6c0de5..80517d1f 100644 --- a/vsts/vsts/task_agent/v4_0/models/task_agent_public_key.py +++ b/vsts/vsts/task_agent/v4_0/models/task_agent_public_key.py @@ -13,14 +13,14 @@ class TaskAgentPublicKey(Model): """TaskAgentPublicKey. :param exponent: Gets or sets the exponent for the public key. - :type exponent: list of int + :type exponent: str :param modulus: Gets or sets the modulus for the public key. - :type modulus: list of int + :type modulus: str """ _attribute_map = { - 'exponent': {'key': 'exponent', 'type': '[int]'}, - 'modulus': {'key': 'modulus', 'type': '[int]'} + 'exponent': {'key': 'exponent', 'type': 'str'}, + 'modulus': {'key': 'modulus', 'type': 'str'} } def __init__(self, exponent=None, modulus=None): diff --git a/vsts/vsts/task_agent/v4_0/models/task_agent_session_key.py b/vsts/vsts/task_agent/v4_0/models/task_agent_session_key.py index 9192c775..55304a88 100644 --- a/vsts/vsts/task_agent/v4_0/models/task_agent_session_key.py +++ b/vsts/vsts/task_agent/v4_0/models/task_agent_session_key.py @@ -15,12 +15,12 @@ class TaskAgentSessionKey(Model): :param encrypted: Gets or sets a value indicating whether or not the key value is encrypted. If this value is true, the Value property should be decrypted using the RSA key exchanged with the server during registration. :type encrypted: bool :param value: Gets or sets the symmetric key value. - :type value: list of int + :type value: str """ _attribute_map = { 'encrypted': {'key': 'encrypted', 'type': 'bool'}, - 'value': {'key': 'value', 'type': '[int]'} + 'value': {'key': 'value', 'type': 'str'} } def __init__(self, encrypted=None, value=None): diff --git a/vsts/vsts/task_agent/v4_1/models/task_agent_message.py b/vsts/vsts/task_agent/v4_1/models/task_agent_message.py index c71063a8..f51c30e1 100644 --- a/vsts/vsts/task_agent/v4_1/models/task_agent_message.py +++ b/vsts/vsts/task_agent/v4_1/models/task_agent_message.py @@ -15,7 +15,7 @@ class TaskAgentMessage(Model): :param body: Gets or sets the body of the message. If the IV property is provided the body will need to be decrypted using the TaskAgentSession.EncryptionKey value in addition to the IV. :type body: str :param iV: Gets or sets the intialization vector used to encrypt this message. - :type iV: list of int + :type iV: str :param message_id: Gets or sets the message identifier. :type message_id: long :param message_type: Gets or sets the message type, describing the data contract found in TaskAgentMessage.Body. @@ -24,7 +24,7 @@ class TaskAgentMessage(Model): _attribute_map = { 'body': {'key': 'body', 'type': 'str'}, - 'iV': {'key': 'iV', 'type': '[int]'}, + 'iV': {'key': 'iV', 'type': 'str'}, 'message_id': {'key': 'messageId', 'type': 'long'}, 'message_type': {'key': 'messageType', 'type': 'str'} } diff --git a/vsts/vsts/task_agent/v4_1/models/task_agent_public_key.py b/vsts/vsts/task_agent/v4_1/models/task_agent_public_key.py index ef6c0de5..80517d1f 100644 --- a/vsts/vsts/task_agent/v4_1/models/task_agent_public_key.py +++ b/vsts/vsts/task_agent/v4_1/models/task_agent_public_key.py @@ -13,14 +13,14 @@ class TaskAgentPublicKey(Model): """TaskAgentPublicKey. :param exponent: Gets or sets the exponent for the public key. - :type exponent: list of int + :type exponent: str :param modulus: Gets or sets the modulus for the public key. - :type modulus: list of int + :type modulus: str """ _attribute_map = { - 'exponent': {'key': 'exponent', 'type': '[int]'}, - 'modulus': {'key': 'modulus', 'type': '[int]'} + 'exponent': {'key': 'exponent', 'type': 'str'}, + 'modulus': {'key': 'modulus', 'type': 'str'} } def __init__(self, exponent=None, modulus=None): diff --git a/vsts/vsts/task_agent/v4_1/models/task_agent_session_key.py b/vsts/vsts/task_agent/v4_1/models/task_agent_session_key.py index 9192c775..55304a88 100644 --- a/vsts/vsts/task_agent/v4_1/models/task_agent_session_key.py +++ b/vsts/vsts/task_agent/v4_1/models/task_agent_session_key.py @@ -15,12 +15,12 @@ class TaskAgentSessionKey(Model): :param encrypted: Gets or sets a value indicating whether or not the key value is encrypted. If this value is true, the Value property should be decrypted using the RSA key exchanged with the server during registration. :type encrypted: bool :param value: Gets or sets the symmetric key value. - :type value: list of int + :type value: str """ _attribute_map = { 'encrypted': {'key': 'encrypted', 'type': 'bool'}, - 'value': {'key': 'value', 'type': '[int]'} + 'value': {'key': 'value', 'type': 'str'} } def __init__(self, encrypted=None, value=None): diff --git a/vsts/vsts/test/v4_0/models/module_coverage.py b/vsts/vsts/test/v4_0/models/module_coverage.py index 7a0bfeec..ea11fd81 100644 --- a/vsts/vsts/test/v4_0/models/module_coverage.py +++ b/vsts/vsts/test/v4_0/models/module_coverage.py @@ -15,7 +15,7 @@ class ModuleCoverage(Model): :param block_count: :type block_count: int :param block_data: - :type block_data: list of int + :type block_data: str :param functions: :type functions: list of :class:`FunctionCoverage ` :param name: @@ -30,7 +30,7 @@ class ModuleCoverage(Model): _attribute_map = { 'block_count': {'key': 'blockCount', 'type': 'int'}, - 'block_data': {'key': 'blockData', 'type': '[int]'}, + 'block_data': {'key': 'blockData', 'type': 'str'}, 'functions': {'key': 'functions', 'type': '[FunctionCoverage]'}, 'name': {'key': 'name', 'type': 'str'}, 'signature': {'key': 'signature', 'type': 'str'}, diff --git a/vsts/vsts/test/v4_1/models/module_coverage.py b/vsts/vsts/test/v4_1/models/module_coverage.py index 4bdb3b3c..648a13a9 100644 --- a/vsts/vsts/test/v4_1/models/module_coverage.py +++ b/vsts/vsts/test/v4_1/models/module_coverage.py @@ -15,7 +15,7 @@ class ModuleCoverage(Model): :param block_count: :type block_count: int :param block_data: - :type block_data: list of int + :type block_data: str :param functions: :type functions: list of :class:`FunctionCoverage ` :param name: @@ -30,7 +30,7 @@ class ModuleCoverage(Model): _attribute_map = { 'block_count': {'key': 'blockCount', 'type': 'int'}, - 'block_data': {'key': 'blockData', 'type': '[int]'}, + 'block_data': {'key': 'blockData', 'type': 'str'}, 'functions': {'key': 'functions', 'type': '[FunctionCoverage]'}, 'name': {'key': 'name', 'type': 'str'}, 'signature': {'key': 'signature', 'type': 'str'}, diff --git a/vsts/vsts/version.py b/vsts/vsts/version.py index f92fd9c9..cde9fecd 100644 --- a/vsts/vsts/version.py +++ b/vsts/vsts/version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -VERSION = "0.1.5" +VERSION = "0.1.6"