From 1db4e329756eedcb984a8cb3cd0f26e2b64ff3bf Mon Sep 17 00:00:00 2001 From: zolvarga Date: Mon, 14 Aug 2017 08:48:31 -0700 Subject: [PATCH] release_2017_08_14 --- c | 2 +- service/src/iothub_service_client_python.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c b/c index 4f08f1fae..35c2e35d4 160000 --- a/c +++ b/c @@ -1 +1 @@ -Subproject commit 4f08f1fae32837676da03a3458f86aa0e4f96afb +Subproject commit 35c2e35d4df546b9b4c11991a4bb579dae146fc8 diff --git a/service/src/iothub_service_client_python.cpp b/service/src/iothub_service_client_python.cpp index 9a395244d..d12f39fab 100644 --- a/service/src/iothub_service_client_python.cpp +++ b/service/src/iothub_service_client_python.cpp @@ -33,7 +33,7 @@ #define IMPORT_NAME iothub_service_client #endif -#define IOTHUB_PYTHON_SERVICE_SDK_VERSION "12" +#define IOTHUB_PYTHON_SERVICE_SDK_VERSION "13" #define VERSION_STRING IOTHUB_SERVICE_CLIENT_VERSION "." IOTHUB_PYTHON_SERVICE_SDK_VERSION #if PY_MAJOR_VERSION >= 3