Skip to content

Commit

Permalink
Release azure-cli 2.0.5 (#3213)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored May 5, 2017
1 parent 34406f4 commit 7f06056
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion src/azure-cli/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
Release History
===============

unreleased
2.0.5 (2017-05-05)
^^^^^^^^^^^^^^^^^^

* Include Data Lake Analytics and Data Lake Store modules.
* Include Cognitive Services module.
* Include Service Fabric module.
* Include Interactive module.
* Remove Container module

2.0.4 (2017-04-28)
^^^^^^^^^^^^^^^^^^
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 <[email protected]>"
__version__ = "2.0.4+dev"
__version__ = "2.0.5+dev"
5 changes: 3 additions & 2 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "2.0.4+dev"
VERSION = "2.0.5+dev"

# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
Expand Down Expand Up @@ -56,15 +56,16 @@
'azure-cli-batch',
'azure-cli-cdn',
'azure-cli-cloud',
'azure-cli-cognitiveservices',
'azure-cli-component',
'azure-cli-configure',
'azure-cli-container',
'azure-cli-core',
'azure-cli-dla',
'azure-cli-dls',
'azure-cli-documentdb',
'azure-cli-feedback',
'azure-cli-find',
'azure-cli-interactive',
'azure-cli-iot',
'azure-cli-keyvault',
'azure-cli-lab',
Expand Down

0 comments on commit 7f06056

Please sign in to comment.