From 980ec85bf45b6dc34cd4f37bf7736832337e7fe1 Mon Sep 17 00:00:00 2001 From: aiordache Date: Mon, 7 Sep 2020 19:09:24 +0200 Subject: [PATCH] "Bump 1.27.0" Signed-off-by: aiordache --- compose/__init__.py | 2 +- script/run/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/__init__.py b/compose/__init__.py index 74e48986a..e2ba8ba3b 100644 --- a/compose/__init__.py +++ b/compose/__init__.py @@ -1 +1 @@ -__version__ = '1.27.0-rc4' +__version__ = '1.27.0' diff --git a/script/run/run.sh b/script/run/run.sh index 0b4e9aba6..b76c665f7 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.27.0-rc4" +VERSION="1.27.0" IMAGE="docker/compose:$VERSION"