From 11f4cb03692f10abce4184491066215f94108bc3 Mon Sep 17 00:00:00 2001 From: Azure IoT Client Build Date: Thu, 10 Feb 2022 23:22:22 +0000 Subject: [PATCH] Bump package versions for release on 2022-02-10 --- 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 b99a099f4..3d9a88bf6 100644 --- a/azure-iot-device/.bumpverion.cfg +++ b/azure-iot-device/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.0 +current_version = 2.10.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 8500a553f..1cd04abdd 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.9.0" +VERSION = "2.10.0" IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py" PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py" IOTHUB_API_VERSION = "2019-10-01"