From 9cd8749ad50b6fec813a06f2257e1acf07397a49 Mon Sep 17 00:00:00 2001 From: Azure IoT Client Build Date: Wed, 30 Sep 2020 00:07:21 +0000 Subject: [PATCH] Bump package versions for release on 2020-09-30 --- 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 9360bc16c..11accb8f5 100644 --- a/azure-iot-device/.bumpverion.cfg +++ b/azure-iot-device/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.3.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 b1616086f..5b4240cf9 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.2.1" +VERSION = "2.3.0" IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py" PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py" IOTHUB_API_VERSION = "2019-10-01"