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

Commit d810b0c

Browse files
authored
Release 2.0.0-preview.5 (2019-05-31) (#99)
1 parent 3193c2d commit d810b0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

azure-iot-device/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These clients are available with an asynchronous API, as well as a blocking sync
2424

2525
| Python Version | Asynchronous API | Synchronous API |
2626
| -------------- | ---------------- | --------------- |
27-
| Python 3.5+ | **YES** | **YES** |
27+
| Python 3.5.3+ | **YES** | **YES** |
2828
| Python 3.4 | NO | **YES** |
2929
| Python 2.7 | NO | **YES** |
3030

@@ -131,6 +131,7 @@ Check out the [samples repository](https://github.com/Azure/azure-iot-sdk-python
131131
* Sending multiple telemetry messages at once.
132132
* Receiving Cloud-to-Device messages.
133133
* Using Edge Modules with the Azure IoT Edge Hub.
134+
* Register a device with the Device Provisioning Service
134135
* Legacy scenarios for Python 2.7 and 3.4
135136
136137
## Getting help and finding API docs

azure-iot-device/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="azure-iot-device",
32-
version="2.0.0-preview.4",
32+
version="2.0.0-preview.5",
3333
description="Microsoft Azure IoT Device Library",
3434
license="MIT License",
3535
url="https://github.com/Azure/azure-iot-sdk-python-preview",

0 commit comments

Comments
 (0)