Bump 1.15.0

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-07-25 16:02:11 -07:00 committed by Joffrey F
parent 0e93080850
commit ade23b585e
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Change log Change log
========== ==========
1.15.0 (2017-07-18) 1.15.0 (2017-07-26)
------------------- -------------------
### New features ### New features
@ -45,6 +45,9 @@ Change log
- Fixed an issue where the output of `docker-compose config` would be invalid - Fixed an issue where the output of `docker-compose config` would be invalid
if the original file used `Y` or `N` values 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.14.0 (2017-06-19)
------------------- -------------------

View File

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

View File

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