File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.0 - 2018-09-21
2+ ### Added
3+ * Support environment variables set in the ` env ` section of a module
4+ * Support getting credentials of multiple modules
5+
6+ ### Changed
7+ * Always pull the EdgeHub image before starting
8+ * Fix "the JSON object must be str, not 'bytes'" when starting on Python 3.5
9+
110## 0.2.0 - 2018-08-03
211### Added
312* Support networks and volumes in ` createOptions `
Original file line number Diff line number Diff line change 88pkg_resources .declare_namespace (__name__ )
99
1010__author__ = 'Microsoft Corporation'
11- __version__ = '0.2 .0'
11+ __version__ = '0.3 .0'
1212__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
Original file line number Diff line number Diff line change 33"""
44from setuptools import find_packages , setup
55
6- VERSION = '0.2 .0'
6+ VERSION = '0.3 .0'
77# If we have source, validate that our version numbers match
88# This should prevent uploading releases with mismatched versions.
99try :
You can’t perform that action at this time.
0 commit comments