From 00f6c6348ec85b665bfc4be29e62ee3794c82029 Mon Sep 17 00:00:00 2001 From: Azure IoT Client Build Date: Thu, 27 Feb 2020 22:50:52 +0000 Subject: [PATCH] Bump package versions for release on 2020-02-27 --- azure-iot-device/.bumpverion.cfg | 2 +- azure-iot-device/azure/iot/device/constant.py | 2 +- azure-iot-hub/.bumpverion.cfg | 2 +- azure-iot-hub/azure/iot/hub/constant.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-iot-device/.bumpverion.cfg b/azure-iot-device/.bumpverion.cfg index 8f9d89712..38d73fe88 100644 --- a/azure-iot-device/.bumpverion.cfg +++ b/azure-iot-device/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.1 +current_version = 2.1.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 55019428d..c775ee7c3 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.0.1" +VERSION = "2.1.0" IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py" PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py" IOTHUB_API_VERSION = "2018-06-30" diff --git a/azure-iot-hub/.bumpverion.cfg b/azure-iot-hub/.bumpverion.cfg index 3a078c0a7..38d73fe88 100644 --- a/azure-iot-hub/.bumpverion.cfg +++ b/azure-iot-hub/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.1.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/azure-iot-hub/azure/iot/hub/constant.py b/azure-iot-hub/azure/iot/hub/constant.py index eef81f03e..40ddd1411 100644 --- a/azure-iot-hub/azure/iot/hub/constant.py +++ b/azure-iot-hub/azure/iot/hub/constant.py @@ -6,4 +6,4 @@ """This module defines constants for use across the azure-iot-hub package """ -VERSION = "2.0.2" +VERSION = "2.1.0"