From 25853874c457851245cc2b4d5beb26f41a28cded Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 15 Nov 2016 15:03:43 -0800 Subject: [PATCH] Bump 1.9.0 Signed-off-by: Joffrey F --- CHANGELOG.md | 2 +- compose/__init__.py | 2 +- script/run/run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937f385894..174878909e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change log ========== -1.9.0 (2016-10-20) +1.9.0 (2016-11-16) ----------------- **Breaking changes** diff --git a/compose/__init__.py b/compose/__init__.py index 2638cfd5a9..072a6a0b29 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.9.0-rc4' +__version__ = '1.9.0' diff --git a/script/run/run.sh b/script/run/run.sh index c205cf0f38..85c7e720ee 100755 --- a/script/run/run.sh +++ b/script/run/run.sh @@ -15,7 +15,7 @@ set -e -VERSION="1.9.0-rc4" +VERSION="1.9.0" IMAGE="docker/compose:$VERSION"