Skip to content

Commit eff9cc2

Browse files
authored
Merge pull request #293 from microsoft/users/tedchamb/issue289
bump VERSION = "5.1.0b6"
2 parents b888032 + e443323 commit eff9cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-devops/azure/devops/version.py

+1-1
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 = "5.1.0b5"
6+
VERSION = "5.1.0b6"

azure-devops/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88
NAME = "azure-devops"
9-
VERSION = "5.1.0b5"
9+
VERSION = "5.1.0b6"
1010

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

0 commit comments

Comments
 (0)