瀏覽代碼

Bump 1.15.0

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 年之前
父節點
當前提交
f71293bb76
共有 3 個文件被更改,包括 6 次插入3 次删除
  1. 4 1
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 4 - 1
CHANGELOG.md

@@ -1,7 +1,7 @@
 Change log
 ==========
 
-1.15.0 (2017-07-18)
+1.15.0 (2017-07-26)
 -------------------
 
 ### New features
@@ -45,6 +45,9 @@ Change log
 - Fixed an issue where the output of `docker-compose config` would be invalid
   if the original file used `Y` or `N` values
 
+- Fixed an issue preventing `up` operations on a previously created stack on
+  Windows Engine.
+
 1.14.0 (2017-06-19)
 -------------------
 

+ 1 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import unicode_literals
 
-__version__ = '1.15.0-rc1'
+__version__ = '1.15.0'

+ 1 - 1
script/run/run.sh

@@ -15,7 +15,7 @@
 
 set -e
 
-VERSION="1.15.0-rc1"
+VERSION="1.15.0"
 IMAGE="docker/compose:$VERSION"