Skip to content

Commit

Permalink
Bump 1.19.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 Feb 7, 2018
1 parent 84f7bef commit 9e633ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
Change log
==========

1.19.0 (2018-01-31)
1.19.0 (2018-02-07)
-------------------

### Breaking changes
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.19.0-rc3'
__version__ = '1.19.0'
2 changes: 1 addition & 1 deletion script/run/run.sh
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.19.0-rc3"
VERSION="1.19.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 9e633ef

Please sign in to comment.