Skip to content

Commit

Permalink
Bump version: 0.81.0 → 0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarusX committed Aug 28, 2018
1 parent 8459860 commit 70747a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.

## [0.82.0] - 2017-08-28
## [0.82.0] - 2018-08-28
### Added
- New command to add modules to solution
- Support for adding and building Node.js and Python modules
Expand Down
2 changes: 1 addition & 1 deletion iotedgedev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '0.81.0'
__version__ = '0.82.0'
__AIkey__ = os.environ.get('AIKEY') if os.environ.get('AIKEY') else '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.81.0
current_version = 0.82.0
commit = True
tag = True

Expand All @@ -18,3 +18,4 @@ universal = 1
exclude = docs

[aliases]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self):

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

0 comments on commit 70747a7

Please sign in to comment.