Skip to content

Commit e3b47c2

Browse files
authored
0.7.0rc0 (#161)
1 parent a579397 commit e3b47c2

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
## 0.6.0 - 2018-12-05
1+
# Changelog
2+
3+
[![PyPI version](https://badge.fury.io/py/iotedgehubdev.svg)](https://badge.fury.io/py/iotedgehubdev)
4+
5+
## 0.7.0 - 2019-01-XX
6+
### Added
7+
* Allow specifying Docker daemon socket to connect to with the `--host/-H` option
8+
* docker-compose as a pip dependency
9+
* Partially support `on-unhealthy` restart policy by falling back to `always`
10+
* Provide more friendly information when starting without setting up
11+
12+
### Changed
13+
* Update testing utility image version to 1.0.0
14+
15+
## 0.6.0 - 2018-12-05
216
### Added
317
* Support parsing `Binds` in `createOptions`
418
* Log in registries with credentials in deployment manifest

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.6.0'
11+
__version__ = '0.7.0rc0'
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.6.0'
6+
VERSION = '0.7.0rc0'
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)