Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zolvarga committed Jan 30, 2018
1 parent fe019ac commit 89adf11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion device/iothub_client_python/src/iothub_client_python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define IMPORT_NAME iothub_client
#endif

#define VERSION_STRING "1.2.1"
#define VERSION_STRING "1.2.2"

#if PY_MAJOR_VERSION >= 3
#define IS_PY3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define IMPORT_NAME provisioning_device_client
#endif

#define VERSION_STRING "1.2.1"
#define VERSION_STRING "1.2.2"

#if PY_MAJOR_VERSION >= 3
#define IS_PY3
Expand Down
2 changes: 1 addition & 1 deletion service/src/iothub_service_client_python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define IMPORT_NAME iothub_service_client
#endif

#define VERSION_STRING "1.2.1"
#define VERSION_STRING "1.2.2"

#if PY_MAJOR_VERSION >= 3
#define IS_PY3
Expand Down

0 comments on commit 89adf11

Please sign in to comment.