Skip to content

Commit

Permalink
User/vikas bug pyopenssl (#594)
Browse files Browse the repository at this point in the history
* updated simulator iotedgehubdev  version to latest version.
  • Loading branch information
vikas0212git committed Oct 11, 2022
1 parent 4e7764b commit 003878e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion iotedgedev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '3.3.5'
__version__ = '3.3.6'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.5
current_version = 3.3.6
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '3.3.5'
__version__ = '3.3.6'

0 comments on commit 003878e

Please sign in to comment.