Skip to content

Commit

Permalink
Bump 1.14.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 Jun 16, 2017
1 parent 4f532f6 commit c7bdf9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

1.14.0 (2017-06-06)
1.14.0 (2017-06-19)
-------------------

### New features
Expand Down Expand Up @@ -41,6 +41,9 @@ Change log
- Fixed a bug where `cache_from` in the build section would be ignored when
using more than one Compose file.

- Fixed a bug that prevented binding the same port to different IPs when
using more than one Compose file.

- Fixed a bug where override files would not be picked up by Compose if they
had the `.yaml` extension

Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.14.0-rc2'
__version__ = '1.14.0'
2 changes: 1 addition & 1 deletion script/run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.14.0-rc2"
VERSION="1.14.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit c7bdf9e

Please sign in to comment.