mirror of https://github.com/docker/compose.git
Bump 1.17.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
9f80ec548e
commit
ac53b73e79
|
@ -1,7 +1,7 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
1.17.0 (2017-11-03)
|
||||
1.17.0 (2017-11-02)
|
||||
-------------------
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.17.0-rc1'
|
||||
__version__ = '1.17.0'
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.17.0-rc1"
|
||||
VERSION="1.17.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue