We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c456bf commit bfab26dCopy full SHA for bfab26d
2 files changed
src/command_modules/azure-cli-configure/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/command_modules/azure-cli-configure/setup.py
@@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup
-VERSION = '0.1.1b1+dev'
+VERSION = '0.1.1b2+dev'
CLASSIFIERS = [
'Development Status :: 4 - Beta',
0 commit comments