mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Bump 1.4.2
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
d01f712376
commit
7b5d5fcd58
@ -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)
|
||||
------------------
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.4.1'
|
||||
__version__ = '1.4.2'
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user