Skip to content

Commit

Permalink
release(azure-iot-device): 2.0.0-preview.12 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertinney authored Oct 17, 2019
1 parent d00b556 commit 88d84b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion azure-iot-device/.bumpverion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[bumpversion]
current_version = 2.0.0-preview.11
current_version = 2.0.0-preview.12
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-preview\.(?P<preview>\d+)
serialize = {major}.{minor}.{patch}-preview.{preview}

[bumpversion:part:preview]

2 changes: 1 addition & 1 deletion azure-iot-device/azure/iot/device/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""This module defines constants for use across the azure-iot-device package
"""

VERSION = "2.0.0-preview.11"
VERSION = "2.0.0-preview.12"
USER_AGENT = "py-azure-iot-device/{version}".format(version=VERSION)
IOTHUB_API_VERSION = "2018-06-30"
PROVISIONING_API_VERSION = "2019-03-31"
Expand Down

0 comments on commit 88d84b1

Please sign in to comment.