Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 9919643

Browse files
authored
Bump package versions for release on 2019-07-31 (#154)
1 parent f0cc9e8 commit 9919643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-iot-device/.bumpverion.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.0.0-preview.8
2+
current_version = 2.0.0-preview.9
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-preview\.(?P<preview>\d+)
44
serialize = {major}.{minor}.{patch}-preview.{preview}
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.0.0-preview.8"
9+
VERSION = "2.0.0-preview.9"
1010
USER_AGENT = "py-azure-iot-device/{version}".format(version=VERSION)
1111
IOTHUB_API_VERSION = "2018-06-30"
1212
PROVISIONING_API_VERSION = "2019-03-31"

0 commit comments

Comments
 (0)