Skip to content

Commit

Permalink
Bump 1.12.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Mar 24, 2017
1 parent 7575f40 commit 08dc2a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ Change log
- Fixed a bug where `docker-compose` would crash when trying to write into
a closed pipe

- Fixed an issue where Compose would not pick up on the value of
COMPOSE_TLS_VERSION when used in combination with command-line TLS flags

1.11.2 (2017-02-17)
-------------------

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.12.0-rc1'
__version__ = '1.12.0-rc2'
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.12.0-rc1"
VERSION="1.12.0-rc2"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 08dc2a4

Please sign in to comment.