Skip to content

Commit 5d1e885

Browse files
authored
Merge pull request #106 from Microsoft/users/tedchamb/dev
bump version to 0.1.14
2 parents 4c097ed + 63f0778 commit 5d1e885

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

vsts/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88
NAME = "vsts"
9-
VERSION = "0.1.13"
9+
VERSION = "0.1.14"
1010

1111
# To install the library, run the following
1212
#

vsts/vsts/settings/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# --------------------------------------------------------------------------------------------
5+
# Generated file, DO NOT EDIT
6+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7+
# --------------------------------------------------------------------------------------------

vsts/vsts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "0.1.13"
6+
VERSION = "0.1.14"

0 commit comments

Comments
 (0)