From 108659900b9559fb39227d15be4abf86678d6627 Mon Sep 17 00:00:00 2001 From: Azure IoT Client Build Date: Tue, 2 Nov 2021 23:18:02 +0000 Subject: [PATCH] Bump package versions for release on 2021-11-02 --- 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 af0f19861..b99a099f4 100644 --- a/azure-iot-device/.bumpverion.cfg +++ b/azure-iot-device/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.0 +current_version = 2.9.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 5275756de..8500a553f 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.8.0" +VERSION = "2.9.0" IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py" PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py" IOTHUB_API_VERSION = "2019-10-01"