From 7b5d5fcd58c871385613be4fc0dc371e62132858 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Tue, 22 Sep 2015 10:31:42 -0400 Subject: [PATCH] Bump 1.4.2 Signed-off-by: Daniel Nephin --- CHANGES.md | 7 +++++++ compose/__init__.py | 2 +- docs/install.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ad29512aad..0353edc65b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Change log ========== +1.4.2 (2015-09-22) +------------------ + +Fixes a regression in the 1.4.1 release that would cause `docker-compose up` +without the `-d` option to exit immediately. + + 1.4.1 (2015-09-10) ------------------ diff --git a/compose/__init__.py b/compose/__init__.py index 8d684354d3..af2bdbf242 100644 --- a/compose/__init__.py +++ b/compose/__init__.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '1.4.1' +__version__ = '1.4.2' diff --git a/docs/install.md b/docs/install.md index 3daf4d944d..b74f8f620d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -53,7 +53,7 @@ To install Compose, do the following: 6. Test the installation. $ docker-compose --version - docker-compose version: 1.4.1 + docker-compose version: 1.4.2 ## Upgrading