Skip to content

Commit

Permalink
Lock simulator version (#524)
Browse files Browse the repository at this point in the history
* Lock simulator version

* Update changelog with version number
  • Loading branch information
marianan committed Mar 3, 2022
1 parent ea88356 commit cfebd97
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project since 0.82.0 will be documented in this file.

## [3.3.2] - 2022-03-02
- Lock simulator version at 0.14.11

## [3.3.1] - 2021-10-20
- Updated Python Docker package versions to newest version and enable simulator dependencies

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__ = 'opencode@microsoft.com'
__version__ = '3.3.1'
__version__ = '3.3.2'
__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.4.34
iotedgehubdev>=0.14.9
iotedgehubdev==0.14.11
applicationinsights==0.11.9
commentjson==0.9.0
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
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.1
current_version = 3.3.2
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 @@ -13,7 +13,7 @@
'requests >= 2.20.0, <= 2.25.1',
'fstrings',
'azure-cli-core >= 2.25.0',
'iotedgehubdev >= 0.14.3',
'iotedgehubdev == 0.14.11',
'applicationinsights == 0.11.9',
'commentjson == 0.9.0',
'pyyaml>=4.1,<=4.2b4',
Expand All @@ -31,7 +31,7 @@

setup(
name='iotedgedev',
version='3.3.1',
version='3.3.2',
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__ = 'opencode@microsoft.com'
__version__ = '3.3.1'
__version__ = '3.3.2'

0 comments on commit cfebd97

Please sign in to comment.