We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03789de commit 2102ea8Copy full SHA for 2102ea8
azure-iot-device/.bumpverion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.1
+current_version = 2.6.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize = {major}.{minor}.{patch}
5
azure-iot-device/azure/iot/device/constant.py
@@ -6,7 +6,7 @@
6
"""This module defines constants for use across the azure-iot-device package
7
"""
8
9
-VERSION = "2.5.1"
+VERSION = "2.6.0"
10
IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py"
11
PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py"
12
IOTHUB_API_VERSION = "2019-10-01"
0 commit comments