diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fd6247..ebc8c8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change log ========== -1.7.0 (2016-03-23) +1.7.0 (2016-04-08) ------------------ **Breaking Changes** diff --git a/compose/__init__.py b/compose/__init__.py index e605b856..c63fcb4c 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.7.0rc1' +__version__ = '1.7.0rc2' diff --git a/script/run/run.sh b/script/run/run.sh index 8a88c0bb..fd66a37c 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.7.0-rc1" +VERSION="1.7.0-rc2" IMAGE="docker/compose:$VERSION"