Skip to content

Commit a21ba98

Browse files
authored
Release azure-cli 2.0.7 (#3548)
1 parent 8b03557 commit a21ba98

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/azure-cli/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
2.0.7 (2017-05-30)
7+
^^^^^^^^^^^^^^^^^^
8+
9+
* Add billing modules to setup (#3465)
10+
611
2.0.6 (2017-05-09)
712
^^^^^^^^^^^^^^^^^^
813

src/azure-cli/azure/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
pkg_resources.declare_namespace(__name__)
1212

1313
__author__ = "Microsoft Corporation <python@microsoft.com>"
14-
__version__ = "2.0.6+dev"
14+
__version__ = "2.0.7+dev"

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616
cmdclass = {}
1717

18-
VERSION = "2.0.6+dev"
18+
VERSION = "2.0.7+dev"
1919

2020
# If we have source, validate that our version numbers match
2121
# This should prevent uploading releases with mismatched versions.

0 commit comments

Comments
 (0)