Skip to content

Commit ac53b73

Browse files
committed
Bump 1.17.0
Signed-off-by: Joffrey F <[email protected]>
1 parent 9f80ec5 commit ac53b73

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
1.17.0 (2017-11-03)
4+
1.17.0 (2017-11-02)
55
-------------------
66

77
### New features

compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import absolute_import
22
from __future__ import unicode_literals
33

4-
__version__ = '1.17.0-rc1'
4+
__version__ = '1.17.0'

script/run/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -e
1717

18-
VERSION="1.17.0-rc1"
18+
VERSION="1.17.0"
1919
IMAGE="docker/compose:$VERSION"
2020

2121

0 commit comments

Comments
 (0)