Bump 1.16.1

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu 2017-09-01 13:11:10 -07:00 committed by Joffrey F
parent 241931f776
commit 4900f09991
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Change log Change log
========== ==========
1.16.1 (2017-09-01)
-------------------
### Bugfixes
- Fixed bug that prevented using `extra_hosts` in several configuration files.
1.16.0 (2017-08-31) 1.16.0 (2017-08-31)
------------------- -------------------

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import from __future__ import absolute_import
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '1.16.0' __version__ = '1.16.1'

View File

@ -15,7 +15,7 @@
set -e set -e
VERSION="1.16.0" VERSION="1.16.1"
IMAGE="docker/compose:$VERSION" IMAGE="docker/compose:$VERSION"