File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 0.1.2rc2 (2017-02-22)
7+ ^^^^^^^^^^^^^^^^^^^^^
8+
9+ * Fix format of package readme on PyPI.
10+
11+
6120.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+
1118azure-cli-acs
1219azure-cli-appservice
1320azure-cli-batch
Original file line number Diff line number Diff line change 1111pkg_resources .declare_namespace (__name__ )
1212
1313__author__ = "Microsoft Corporation <python@microsoft.com>"
14- __version__ = "0.1.2rc1 +dev"
14+ __version__ = "0.1.2rc2 +dev"
Original file line number Diff line number Diff line change 99from codecs import open
1010from 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.
You can’t perform that action at this time.
0 commit comments