diff --git a/HISTORY.rst b/HISTORY.rst index 1e1691132..509a057f4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ Release History =============== +0.10.17 ++++++++++++++++ + +**IoT Hub updates** + +* Fixed an issue in 0.10.16 causing IoT Hub command failure in Windows MSI environment. + 0.10.16 +++++++++++++++ diff --git a/azext_iot/constants.py b/azext_iot/constants.py index a7134eb32..6c0a37eb4 100644 --- a/azext_iot/constants.py +++ b/azext_iot/constants.py @@ -7,7 +7,7 @@ import os -VERSION = "0.10.16" +VERSION = "0.10.17" EXTENSION_NAME = "azure-iot" EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__)) EXTENSION_CONFIG_ROOT_KEY = "iotext"