Skip to content

Commit

Permalink
Bump 1.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <[email protected]>
  • Loading branch information
shin- committed May 1, 2017
1 parent f94cf10 commit 1719ceb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

1.13.0 (2017-05-01)
1.13.0 (2017-05-02)
-------------------

### Breaking changes
Expand Down Expand Up @@ -47,6 +47,15 @@ Change log
- Fixed an issue where paths containing unicode characters passed via the `-f`
flag were causing Compose to crash

- Fixed an issue where the output of `docker-compose config` would be invalid
if the Compose file contained external secrets

- Fixed a bug where using `--exit-code-from` with `up` would fail if Compose
was installed in a Python 3 environment

- Fixed a bug where recreating containers using a combination of `tmpfs` and
`volumes` would result in an invalid config state


1.12.0 (2017-04-04)
-------------------
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.13.0-rc1'
__version__ = '1.13.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.13.0-rc1"
VERSION="1.13.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 1719ceb

Please sign in to comment.