We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfab26d commit 52588acCopy full SHA for 52588ac
3 files changed
src/azure-cli/HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
===============
5
6
+0.1.1b2 (2017-01-19)
7
++++++++++++++++++++++
8
+
9
+* Modify telemetry code to be compatible with the change to azure-cli-core 0.1.1b2.
10
11
12
0.1.1b1 (2017-01-17)
13
+++++++++++++++++++++
14
src/azure-cli/azure/cli/__init__.py
@@ -11,4 +11,4 @@
pkg_resources.declare_namespace(__name__)
__author__ = "Microsoft Corporation <python@microsoft.com>"
-__version__ = "0.1.1b1+dev"
+__version__ = "0.1.1b2+dev"
src/azure-cli/setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup
-VERSION = "0.1.1b1+dev"
+VERSION = "0.1.1b2+dev"
# If we have source, validate that our version numbers match
15
# This should prevent uploading releases with mismatched versions.
0 commit comments