Bump 1.12.0-rc2

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-03-23 15:21:40 -07:00
parent 7575f40069
commit 08dc2a4152
3 changed files with 5 additions and 2 deletions

View File

@ -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)
-------------------

View File

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

View File

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