From 55ca40693cd16d498ddeba1a54462436a1b206f0 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 24 Feb 2020 11:42:32 +0100 Subject: [PATCH] "Bump 1.26.0-rc1" Signed-off-by: Ulysses Souza --- 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 69c4e0e49..6e5fcaae9 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.26.0dev' +__version__ = '1.26.0-rc1' diff --git a/script/run/run.sh b/script/run/run.sh index cd566f334..80307f11a 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.25.5" +VERSION="1.26.0-rc1" IMAGE="docker/compose:$VERSION"