From eefe0d319f966288a8c0438aa51822af8668ee06 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Thu, 2 Jul 2020 13:44:43 +0200 Subject: [PATCH] "Bump 1.26.2" Signed-off-by: Ulysses Souza --- CHANGELOG.md | 7 +++++++ compose/__init__.py | 2 +- script/run/run.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e7a6bbf0..c7da39866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change log ========== +1.26.2 (2020-07-02) +------------------- + +### Bugs + +- Enforce `docker-py` 4.2.2 as minimum version when installing with pip + 1.26.1 (2020-06-30) ------------------- diff --git a/compose/__init__.py b/compose/__init__.py index e10fe0ef7..2e422a1a4 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.1' +__version__ = '1.26.2' diff --git a/script/run/run.sh b/script/run/run.sh index f7be36b60..32eb169c6 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.26.1" +VERSION="1.26.2" IMAGE="docker/compose:$VERSION"