Skip to content

Commit

Permalink
Bump 1.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Mar 20, 2018
1 parent 80ce4ea commit ca8d3c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -86,6 +86,8 @@ Change log
- Fixed a bug occurring during builds caused by files with a negative `mtime`
values in the build context

- Fixed an encoding bug when streaming build progress

1.19.0 (2018-02-07)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.20.0-rc2'
__version__ = '1.20.0'
2 changes: 1 addition & 1 deletion script/run/run.sh
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.20.0-rc2"
VERSION="1.20.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit ca8d3c6

Please sign in to comment.