Skip to content

Commit 5030ae0

Browse files
authored
0.5.0 (#104)
1 parent 0187c1a commit 5030ae0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.5.0 - 2018-10-31
2+
### Added
3+
* Support extended `createOptions`
4+
5+
### Changed
6+
* Update REST API version
7+
* Fix "Error getting device scope result from IoTHub, HttpStatusCode: Unauthorized" issue after starting ([#95](https://github.com/Azure/iotedgehubdev/issues/95))
8+
19
## 0.4.0 - 2018-10-12
210
### Changed
311
* Fix "Error: 'environment'" when starting ([#87](https://github.com/Azure/iotedgehubdev/issues/87))

iotedgehubdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
pkg_resources.declare_namespace(__name__)
99

1010
__author__ = 'Microsoft Corporation'
11-
__version__ = '0.4.0'
11+
__version__ = '0.5.0'
1212
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from setuptools import find_packages, setup
55

6-
VERSION = '0.4.0'
6+
VERSION = '0.5.0'
77
# If we have source, validate that our version numbers match
88
# This should prevent uploading releases with mismatched versions.
99
try:

0 commit comments

Comments
 (0)