Skip to content

Commit d69ce54

Browse files
committed
Release for 2018_05_10
1 parent 7f9c467 commit d69ce54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

c

Submodule c updated 66 files

device/iothub_client_python/src/iothub_client_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define IMPORT_NAME iothub_client
4747
#endif
4848

49-
#define VERSION_STRING "1.3.4"
49+
#define VERSION_STRING "1.3.5"
5050

5151
#if PY_MAJOR_VERSION >= 3
5252
#define IS_PY3

provisioning_device_client/src/provisioning_device_client_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define IMPORT_NAME provisioning_device_client
4242
#endif
4343

44-
#define VERSION_STRING "1.3.4"
44+
#define VERSION_STRING "1.3.5"
4545

4646
#if PY_MAJOR_VERSION >= 3
4747
#define IS_PY3

service/src/iothub_service_client_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define IMPORT_NAME iothub_service_client
3434
#endif
3535

36-
#define VERSION_STRING "1.3.4"
36+
#define VERSION_STRING "1.3.5"
3737

3838
#if PY_MAJOR_VERSION >= 3
3939
#define IS_PY3

0 commit comments

Comments
 (0)