From 003878efb6761b1c7ace368130cb4b8a48176552 Mon Sep 17 00:00:00 2001 From: Vikas <84580678+vikas0212git@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:51:11 -0700 Subject: [PATCH] User/vikas bug pyopenssl (#594) * updated simulator iotedgehubdev version to latest version. --- CHANGELOG.md | 5 +++++ iotedgedev/__init__.py | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- setup.py | 4 ++-- tests/__init__.py | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347380d1..c891cc2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project since 0.82.0 will be documented in this file. +## [3.3.6] - 2022-10-10 + +- Update docker compose +- Update simulator version + ## [3.3.5] - 2022-05-17 - Update azure-cli-core diff --git a/iotedgedev/__init__.py b/iotedgedev/__init__.py index 7371b69a..98d93900 100644 --- a/iotedgedev/__init__.py +++ b/iotedgedev/__init__.py @@ -2,5 +2,5 @@ __author__ = 'Microsoft Corporation' __email__ = 'opencode@microsoft.com' -__version__ = '3.3.5' +__version__ = '3.3.6' __AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe' diff --git a/requirements.txt b/requirements.txt index 5006029e..ff8d6d6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-dotenv==0.19.0 requests==2.25.1 fstrings==0.1.0 msrestazure==0.6.4 -iotedgehubdev==0.14.14 +iotedgehubdev==0.14.16 applicationinsights==0.11.9 commentjson==0.9.0 azure-cli-core==2.34.1 diff --git a/setup.cfg b/setup.cfg index 06ac2ca3..f0593756 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.5 +current_version = 3.3.6 commit = True tag = True diff --git a/setup.py b/setup.py index 3b451f3c..0f94b59d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # Note >=2.35.0 cannot be used as is not compatible with the docker dependency; # docker requires websocket-client==0.56.0 and azure-cli-core>=2.35.0 requires websocket-client==1.31.1. 'azure-cli-core >= 2.34.1, < 2.35.0', - 'iotedgehubdev == 0.14.14', + 'iotedgehubdev == 0.14.16', 'applicationinsights == 0.11.9', 'commentjson == 0.9.0', 'pyyaml>=5.4', @@ -33,7 +33,7 @@ setup( name='iotedgedev', - version='3.3.5', + version='3.3.6', description='The Azure IoT Edge Dev Tool greatly simplifies the IoT Edge development process by automating many routine manual tasks, such as building, deploying, pushing modules and configuring the IoT Edge Runtime.', long_description='See https://github.com/azure/iotedgedev for usage instructions.', author='Microsoft Corporation', diff --git a/tests/__init__.py b/tests/__init__.py index 10468046..46d05817 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Microsoft Corporation' __email__ = 'opencode@microsoft.com' -__version__ = '3.3.5' +__version__ = '3.3.6'