Skip to content

Commit c9d882d

Browse files
authored
Release azure-cli 2.0.9 (#3843)
1 parent 42529d7 commit c9d882d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/azure-cli/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
2.0.9 (2017-06-21)
6+
++++++++++++++++++
7+
* no changes
8+
59
2.0.8 (2017-06-13)
610
++++++++++++++++++
711
* no changes

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.8+dev"
14+
__version__ = "2.0.9+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.8+dev"
18+
VERSION = "2.0.9+dev"
1919
# If we have source, validate that our version numbers match
2020
# This should prevent uploading releases with mismatched versions.
2121
try:

0 commit comments

Comments
 (0)