Skip to content

Commit

Permalink
Bump 1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Jul 25, 2017
1 parent daa6ae6 commit e12f3b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
Change log
==========

1.15.0 (2017-07-18)
1.15.0 (2017-07-26)
-------------------

### New features
Expand Down Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion 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'
2 changes: 1 addition & 1 deletion script/run/run.sh
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.15.0-rc1"
VERSION="1.15.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit e12f3b9

Please sign in to comment.