Skip to content

Commit 969fedb

Browse files
authored
Release azure-cli 2.0.4 (#3094)
1 parent 5eb7c47 commit 969fedb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/azure-cli/HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
===============
55

6-
unreleased
6+
2.0.4 (2017-04-28)
77
^^^^^^^^^^^^^^^^^^
88

99
* Add 'az -v' as shortcut for 'az --version' (#2926)

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.3+dev"
14+
__version__ = "2.0.4+dev"

src/azure-cli/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from distutils import log as logger
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616
cmdclass = {}
17-
VERSION = "2.0.3+dev"
17+
18+
VERSION = "2.0.4+dev"
1819

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

0 commit comments

Comments
 (0)