Skip to content

Commit

Permalink
Update simualtor's version (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianan authored Nov 8, 2022
1 parent 003878e commit 31683b4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project since 0.82.0 will be documented in this file.

## [3.3.7] - 2022-11-7

- Lock simulator version at 0.14.18

## [3.3.6] - 2022-10-10

- Update docker compose
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.6'
__version__ = '3.3.7'
__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.16
iotedgehubdev==0.14.18
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.6
current_version = 3.3.7
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.16',
'iotedgehubdev == 0.14.18',
'applicationinsights == 0.11.9',
'commentjson == 0.9.0',
'pyyaml>=5.4',
Expand All @@ -33,7 +33,7 @@

setup(
name='iotedgedev',
version='3.3.6',
version='3.3.7',
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.6'
__version__ = '3.3.7'

0 comments on commit 31683b4

Please sign in to comment.