From 7fb60a0d34fc8031b9efadcb9eb34b929d662918 Mon Sep 17 00:00:00 2001 From: Azure IoT Client Build Date: Mon, 17 Aug 2020 21:04:39 +0000 Subject: [PATCH] Bump package versions for release on 2020-08-17 --- azure-iot-device/.bumpverion.cfg | 2 +- azure-iot-device/azure/iot/device/constant.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-iot-device/.bumpverion.cfg b/azure-iot-device/.bumpverion.cfg index 576669982..ca41b1e3a 100644 --- a/azure-iot-device/.bumpverion.cfg +++ b/azure-iot-device/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.4 +current_version = 2.2.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/azure-iot-device/azure/iot/device/constant.py b/azure-iot-device/azure/iot/device/constant.py index a1fb9263d..49a85016f 100644 --- a/azure-iot-device/azure/iot/device/constant.py +++ b/azure-iot-device/azure/iot/device/constant.py @@ -6,7 +6,7 @@ """This module defines constants for use across the azure-iot-device package """ -VERSION = "2.1.4" +VERSION = "2.2.0" IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py" PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py" IOTHUB_API_VERSION = "2019-10-01"