Skip to content

Commit 3a7fb40

Browse files
Bump package versions for release on 2022-08-23
1 parent a6f7484 commit 3a7fb40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.11.0
2+
current_version = 2.12.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55

azure-iot-device/azure/iot/device/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""This module defines constants for use across the azure-iot-device package
77
"""
88

9-
VERSION = "2.11.0"
9+
VERSION = "2.12.0"
1010
IOTHUB_IDENTIFIER = "azure-iot-device-iothub-py"
1111
PROVISIONING_IDENTIFIER = "azure-iot-device-provisioning-py"
1212
IOTHUB_API_VERSION = "2019-10-01"

0 commit comments

Comments
 (0)