Skip to content

Commit cfebd97

Browse files
authored
Lock simulator version (#524)
* Lock simulator version * Update changelog with version number
1 parent ea88356 commit cfebd97

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project since 0.82.0 will be documented in this file.
33

4+
## [3.3.2] - 2022-03-02
5+
- Lock simulator version at 0.14.11
6+
47
## [3.3.1] - 2021-10-20
58
- Updated Python Docker package versions to newest version and enable simulator dependencies
69

iotedgedev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__author__ = 'Microsoft Corporation'
44
__email__ = 'opencode@microsoft.com'
5-
__version__ = '3.3.1'
5+
__version__ = '3.3.2'
66
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-dotenv==0.19.0
44
requests==2.25.1
55
fstrings==0.1.0
66
msrestazure==0.4.34
7-
iotedgehubdev>=0.14.9
7+
iotedgehubdev==0.14.11
88
applicationinsights==0.11.9
99
commentjson==0.9.0
1010
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.1
2+
current_version = 3.3.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'requests >= 2.20.0, <= 2.25.1',
1414
'fstrings',
1515
'azure-cli-core >= 2.25.0',
16-
'iotedgehubdev >= 0.14.3',
16+
'iotedgehubdev == 0.14.11',
1717
'applicationinsights == 0.11.9',
1818
'commentjson == 0.9.0',
1919
'pyyaml>=4.1,<=4.2b4',
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='iotedgedev',
34-
version='3.3.1',
34+
version='3.3.2',
3535
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.',
3636
long_description='See https://github.com/azure/iotedgedev for usage instructions.',
3737
author='Microsoft Corporation',

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = 'Microsoft Corporation'
44
__email__ = 'opencode@microsoft.com'
5-
__version__ = '3.3.1'
5+
__version__ = '3.3.2'

0 commit comments

Comments
 (0)