浏览代码

Bump 1.4.2

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 年之前
父节点
当前提交
7b5d5fcd58
共有 3 个文件被更改,包括 9 次插入2 次删除
  1. 7 0
      CHANGES.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      docs/install.md

+ 7 - 0
CHANGES.md

@@ -1,6 +1,13 @@
 Change log
 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.4.1 (2015-09-10)
 ------------------
 ------------------
 
 

+ 1 - 1
compose/__init__.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-__version__ = '1.4.1'
+__version__ = '1.4.2'

+ 1 - 1
docs/install.md

@@ -53,7 +53,7 @@ To install Compose, do the following:
 6. Test the installation.
 6. Test the installation.
 
 
         $ docker-compose --version
         $ docker-compose --version
-        docker-compose version: 1.4.1
+        docker-compose version: 1.4.2
 
 
 ## Upgrading
 ## Upgrading