diff --git a/src/command_modules/azure-cli-configure/HISTORY.rst b/src/command_modules/azure-cli-configure/HISTORY.rst index eb40c6baf3d..8fbfb27be41 100644 --- a/src/command_modules/azure-cli-configure/HISTORY.rst +++ b/src/command_modules/azure-cli-configure/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.1.1b2 (2017-01-19) ++++++++++++++++++++++ + +* Modify telemetry code to be compatible with the change to azure-cli-core 0.1.1b2. + + 0.1.1b1 (2017-01-17) +++++++++++++++++++++ diff --git a/src/command_modules/azure-cli-configure/setup.py b/src/command_modules/azure-cli-configure/setup.py index ad7143eeb30..ad36270d89c 100644 --- a/src/command_modules/azure-cli-configure/setup.py +++ b/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',