mirror of https://github.com/docker/compose.git
Bump 1.16.1
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
parent
241931f776
commit
4900f09991
|
@ -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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.16.0"
|
VERSION="1.16.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue