Skip to content

Commit

Permalink
Update adls version to 0.0.29 (Azure#7126)
Browse files Browse the repository at this point in the history
* Update ADLS version to 0.0.27

* Updated setup.py with correct version

* Update version to 0.0.29
  • Loading branch information
akharit authored and williexu committed Aug 24, 2018
1 parent 81a9a16 commit 12393e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/command_modules/azure-cli-dls/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.1.2
+++++
* Update ADLS version to latest(0.0.29)

0.1.1
+++++
* Minor fixes
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-dls/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
cmdclass = {}


VERSION = "0.1.1"
VERSION = "0.1.2"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
Expand All @@ -35,7 +35,7 @@

DEPENDENCIES = [
'azure-mgmt-datalake-store==0.2.0',
'azure-datalake-store==0.0.27',
'azure-datalake-store==0.0.29',
'azure-cli-core',
]

Expand Down

0 comments on commit 12393e4

Please sign in to comment.