diff --git a/CHANGELOG.md b/CHANGELOG.md index 0573ffd80..78f512272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change log ========== -1.25.5 (2020-02-03) +1.25.5 (2020-02-04) ------------------- ### Features diff --git a/compose/__init__.py b/compose/__init__.py index ea45e7b7b..58eeead98 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.25.5-rc1' +__version__ = '1.25.5' diff --git a/script/run/run.sh b/script/run/run.sh index d61194f6b..cd566f334 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.25.5-rc1" +VERSION="1.25.5" IMAGE="docker/compose:$VERSION"