Skip to content

Commit

Permalink
Release azure-cli 2.0.8 (#3673)
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai authored Jun 13, 2017
1 parent a0e59a5 commit 05c69a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Release History
===============
2.0.8 (2017-06-13)
^^^^^^^^^^^^^^^^^^
* no changes

2.0.7 (2017-05-30)
^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
pkg_resources.declare_namespace(__name__)

__author__ = "Microsoft Corporation <python@microsoft.com>"
__version__ = "2.0.7+dev"
__version__ = "2.0.8+dev"
3 changes: 1 addition & 2 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "2.0.7+dev"

VERSION = "2.0.8+dev"
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
try:
Expand Down

0 comments on commit 05c69a3

Please sign in to comment.