We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e049d commit 4272a82Copy full SHA for 4272a82
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.12.0
+current_version = 2.13.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.12.0"
+VERSION = "2.13.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