mirror of https://github.com/docker/compose.git
Bump 1.20.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
80ce4eafa7
commit
ca8d3c6c18
|
@ -86,6 +86,8 @@ Change log
|
||||||
- Fixed a bug occurring during builds caused by files with a negative `mtime`
|
- Fixed a bug occurring during builds caused by files with a negative `mtime`
|
||||||
values in the build context
|
values in the build context
|
||||||
|
|
||||||
|
- Fixed an encoding bug when streaming build progress
|
||||||
|
|
||||||
1.19.0 (2018-02-07)
|
1.19.0 (2018-02-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -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.20.0-rc2'
|
__version__ = '1.20.0'
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.20.0-rc2"
|
VERSION="1.20.0"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue