Skip to content

Commit 499a077

Browse files
authored
Release azure-cli 0.1.1b3 (#1915)
1 parent 8d9869a commit 499a077

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

src/azure-cli/HISTORY.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,25 @@
33
Release History
44
===============
55

6+
0.1.1b3 (2017-01-30)
7+
^^^^^^^^^^^^^^^^^^^^
8+
9+
* Support Python 3.6.
10+
11+
612
0.1.1b2 (2017-01-19)
7-
+++++++++++++++++++++
13+
^^^^^^^^^^^^^^^^^^^^
814

915
* Modify telemetry code to be compatible with the change to azure-cli-core 0.1.1b2.
1016

1117

1218
0.1.1b1 (2017-01-17)
13-
+++++++++++++++++++++
19+
^^^^^^^^^^^^^^^^^^^^
1420

1521
* [Tab completion] Enable zsh compatibility mode for zsh shell for 'pip' installed CLI.
1622
* Modify telemetry code to be compatible with the change to azure-cli-core.
1723

1824
0.1.0b11 (2016-12-12)
19-
+++++++++++++++++++++
25+
^^^^^^^^^^^^^^^^^^^^^
2026

2127
* Preview release.

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__ = "0.1.1b2+dev"
14+
__version__ = "0.1.1b3+dev"

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup
1111

12-
VERSION = "0.1.1b2+dev"
12+
VERSION = "0.1.1b3+dev"
1313

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

0 commit comments

Comments
 (0)