Skip to content

Commit

Permalink
Update iotedgedev 3.1.0 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cindydeng1998 committed Jun 8, 2021
1 parent efff18c commit 1c06b83
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project since 0.82.0 will be documented in this file.

## [3.1.0rc0] - 2021-3-24
## [3.1.0] - 2021-6-8
- Added support for IoT Edge Runtime version 1.1
- Enabled dynamic Edge runtime selection in CLI with -er flag

Expand Down
4 changes: 2 additions & 2 deletions 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.1.0rc0'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
__version__ = '3.1.0'
__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 = 3.1.0rc0
current_version = 3.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

setup(
name='iotedgedev',
version='3.1.0rc1',
version='3.1.0',
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.1.0rc0'
__version__ = '3.1.0'

0 comments on commit 1c06b83

Please sign in to comment.