Skip to content

Commit

Permalink
do not use lark-parser enabled commentjson and bump version to 2.0.2 (#…
Browse files Browse the repository at this point in the history
…402)

* do not use lark-parse enabled commentjson
  • Loading branch information
blackchoey authored Jul 31, 2019
1 parent 01bf83c commit 3631213
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project since 0.82.0 will be documented in this file.

## [2.0.2] - 2019-07-31
### Changed
- Fix errors caused by latest lark-parser release.

## [2.0.1] - 2019-07-11
### Changed
- Fix build errors when some projects under modules folder have no module.json [[#396](https://github.com/Azure/iotedgedev/issues/396)]
Expand Down
2 changes: 1 addition & 1 deletion iotedgedev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '2.0.1'
__version__ = '2.0.2'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
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 = 2.0.1
current_version = 2.0.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 @@ -45,7 +45,7 @@ def run(self):
'iotedgehubdev >= 0.8.0',
'six',
'applicationinsights < 0.11.8',
'commentjson',
'commentjson == 0.7.2',
'pyyaml>=3.10,<4.3',
'pypiwin32==219; sys_platform == "win32" and python_version < "3.6"',
'pypiwin32==223; sys_platform == "win32" and python_version >= "3.6"'
Expand All @@ -60,7 +60,7 @@ def run(self):

setup(
name='iotedgedev',
version='2.0.1',
version='2.0.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

0 comments on commit 3631213

Please sign in to comment.