mirror of https://github.com/docker/compose.git
Bump 1.19.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
84f7bef1b7
commit
9e633ef35a
|
@ -1,7 +1,7 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
1.19.0 (2018-01-31)
|
||||
1.19.0 (2018-02-07)
|
||||
-------------------
|
||||
|
||||
### Breaking changes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.19.0-rc3'
|
||||
__version__ = '1.19.0'
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.19.0-rc3"
|
||||
VERSION="1.19.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue