Skip to content

Commit

Permalink
Bump package versions for release on 2020-02-04
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Feb 4, 2020
1 parent 477ae00 commit 3b3d0b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-iot-device/.bumpverion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
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"
VERSION = "2.0.1"
USER_AGENT = "py-azure-iot-device/{version}".format(version=VERSION)
IOTHUB_API_VERSION = "2018-06-30"
PROVISIONING_API_VERSION = "2019-03-31"
Expand Down
2 changes: 1 addition & 1 deletion azure-iot-hub/.bumpverion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.1
current_version = 2.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

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

VERSION = "2.0.1"
VERSION = "2.0.2"

0 comments on commit 3b3d0b9

Please sign in to comment.