Bump 1.17.0

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-11-01 13:34:50 -07:00
parent 9f80ec548e
commit ac53b73e79
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Change log
==========
1.17.0 (2017-11-03)
1.17.0 (2017-11-02)
-------------------
### New features

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.17.0-rc1'
__version__ = '1.17.0'

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.17.0-rc1"
VERSION="1.17.0"
IMAGE="docker/compose:$VERSION"