We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb7c47 commit 969fedbCopy full SHA for 969fedb
3 files changed
src/azure-cli/HISTORY.rst
@@ -3,7 +3,7 @@
3
Release History
4
===============
5
6
-unreleased
+2.0.4 (2017-04-28)
7
^^^^^^^^^^^^^^^^^^
8
9
* Add 'az -v' as shortcut for 'az --version' (#2926)
src/azure-cli/azure/cli/__init__.py
@@ -11,4 +11,4 @@
11
pkg_resources.declare_namespace(__name__)
12
13
__author__ = "Microsoft Corporation <python@microsoft.com>"
14
-__version__ = "2.0.3+dev"
+__version__ = "2.0.4+dev"
src/azure-cli/setup.py
@@ -14,7 +14,8 @@
from distutils import log as logger
15
logger.warn("Wheel is not available, disabling bdist_wheel hook")
16
cmdclass = {}
17
-VERSION = "2.0.3+dev"
+
18
+VERSION = "2.0.4+dev"
19
20
# If we have source, validate that our version numbers match
21
# This should prevent uploading releases with mismatched versions.
0 commit comments