Skip to content

Commit a70312e

Browse files
committed
Release azure-cli 2.0.11
1 parent d2d8aa6 commit a70312e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/azure-cli/HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
33
Release History
44
===============
5-
unreleased
6-
++++++++++
5+
2.0.11 (2017-07-27)
6+
+++++++++++++++++++
77
* Allow finer grained chunking for Data Lake Store transfer (#4014)
88

99
2.0.10 (2017-07-07)

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.10+dev"
14+
__version__ = "2.0.11+dev"

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616
cmdclass = {}
1717

18-
VERSION = "2.0.10+dev"
18+
VERSION = "2.0.11+dev"
1919
# If we have source, validate that our version numbers match
2020
# This should prevent uploading releases with mismatched versions.
2121
try:

0 commit comments

Comments
 (0)