Skip to content

Commit

Permalink
Release azure-cli 2.0.4 (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Apr 28, 2017
1 parent 5eb7c47 commit 969fedb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
===============

unreleased
2.0.4 (2017-04-28)
^^^^^^^^^^^^^^^^^^

* Add 'az -v' as shortcut for 'az --version' (#2926)
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.3+dev"
__version__ = "2.0.4+dev"
3 changes: 2 additions & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from distutils import log as logger
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}
VERSION = "2.0.3+dev"

VERSION = "2.0.4+dev"

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

0 comments on commit 969fedb

Please sign in to comment.