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 f526dbf commit 50a3d17Copy full SHA for 50a3d17
azure-iot-device/.bumpverion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0-preview.10
+current_version = 2.0.0-preview.11
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-preview\.(?P<preview>\d+)
4
serialize = {major}.{minor}.{patch}-preview.{preview}
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.0.0-preview.10"
+VERSION = "2.0.0-preview.11"
10
USER_AGENT = "py-azure-iot-device/{version}".format(version=VERSION)
11
IOTHUB_API_VERSION = "2018-06-30"
12
PROVISIONING_API_VERSION = "2019-03-31"
0 commit comments