diff --git a/CHANGELOG.md b/CHANGELOG.md index cff19d879..f531783e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change log ========== -1.17.0 (2017-11-03) +1.17.0 (2017-11-02) ------------------- ### New features diff --git a/compose/__init__.py b/compose/__init__.py index 86542ec44..7b0c7d1e4 100644 --- a/compose/__init__.py +++ b/compose/__init__.py @@ -1,4 +1,4 @@ from __future__ import absolute_import from __future__ import unicode_literals -__version__ = '1.17.0-rc1' +__version__ = '1.17.0' diff --git a/script/run/run.sh b/script/run/run.sh index 498226288..38ce87873 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.17.0-rc1" +VERSION="1.17.0" IMAGE="docker/compose:$VERSION"