Skip to content

Commit 7c5fe6b

Browse files
authored
Release azure-cli 0.1.2rc2 (#2239)
1 parent 1a95ff2 commit 7c5fe6b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

src/azure-cli/HISTORY.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
Release History
44
===============
55

6+
0.1.2rc2 (2017-02-22)
7+
^^^^^^^^^^^^^^^^^^^^^
8+
9+
* Fix format of package readme on PyPI.
10+
11+
612
0.1.2rc1 (2017-02-17)
7-
^^^^^^^^^^^^^^^^^^^^
13+
^^^^^^^^^^^^^^^^^^^^^
814

915
* Handle cloud switching in more user friendly way + remove context
1016
* Include the following command modules by default:
17+
1118
azure-cli-acs
1219
azure-cli-appservice
1320
azure-cli-batch

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.2rc1+dev"
14+
__version__ = "0.1.2rc2+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.2rc1+dev"
12+
VERSION = "0.1.2rc2+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)