Skip to content

Commit d7a34cb

Browse files
committed
Release azure-cli 2.0.12
1 parent b67e095 commit d7a34cb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/azure-cli/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
2.0.12 (2017-07-28)
6+
+++++++++++++++++++
7+
* no changes
8+
59
2.0.11 (2017-07-27)
610
+++++++++++++++++++
711
* Allow finer grained chunking for Data Lake Store transfer (#4014)

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.11+dev"
14+
__version__ = "2.0.12+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.11+dev"
18+
VERSION = "2.0.12+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)